#696969
dimgray
#696969 is a grey colour. In RGB it is 105 red, 105 green and 105 blue, which converts to a hue of 0 degrees, 0% saturation and 41% lightness. It is one of the named CSS colours, written as dimgray in stylesheets.
Color values
| HEX | #696969 |
|---|---|
| RGB | rgb(105, 105, 105) |
| HSL | hsl(0, 0%, 41%) |
| HSV | hsv(0, 0%, 41%) |
| CMYK | cmyk(0%, 0%, 0%, 59%) |
Contrast and accessibility
Against white the contrast ratio is 5.49:1, and against black it is 3.83:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 5.49:1 | AA | AAA |
| Black | 3.83:1 | Fail | AA |
Tints and shades
Lighter tints move #696969 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #696969; |
|---|---|
| CSS rgb() | color: rgb(105 105 105); |
| Tailwind | bg-[#696969] |
| SwiftUI | Color(red: 0.412, green: 0.412, blue: 0.412) |
| Android | Color.parseColor("#696969") |