#3F3F46
Tailwind zinc-700
#3F3F46 is a grey colour. In RGB it is 63 red, 63 green and 70 blue, which converts to a hue of 240 degrees, 5% saturation and 26% lightness. It is Tailwind zinc-700 in that design system's palette.
Color values
| HEX | #3F3F46 |
|---|---|
| RGB | rgb(63, 63, 70) |
| HSL | hsl(240, 5%, 26%) |
| HSV | hsv(240, 10%, 27%) |
| CMYK | cmyk(10%, 10%, 0%, 73%) |
Contrast and accessibility
Against white the contrast ratio is 10.44:1, and against black it is 2.01: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 | 10.44:1 | AAA | AAA |
| Black | 2.01:1 | Fail | Fail |
Tints and shades
Lighter tints move #3F3F46 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #3F3F46; |
|---|---|
| CSS rgb() | color: rgb(63 63 70); |
| Tailwind | bg-[#3f3f46] |
| SwiftUI | Color(red: 0.247, green: 0.247, blue: 0.275) |
| Android | Color.parseColor("#3F3F46") |
Closest named color
The nearest CSS colour keyword to #3F3F46 is darkslategray (#2F4F4F).