#334155
Tailwind slate-700
#334155 is a blue colour. In RGB it is 51 red, 65 green and 85 blue, which converts to a hue of 215 degrees, 25% saturation and 27% lightness. It is Tailwind slate-700 in that design system's palette.
Color values
| HEX | #334155 |
|---|---|
| RGB | rgb(51, 65, 85) |
| HSL | hsl(215, 25%, 27%) |
| HSV | hsv(215, 40%, 33%) |
| CMYK | cmyk(40%, 24%, 0%, 67%) |
Contrast and accessibility
Against white the contrast ratio is 10.35:1, and against black it is 2.03: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.35:1 | AAA | AAA |
| Black | 2.03:1 | Fail | Fail |
Tints and shades
Lighter tints move #334155 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #334155; |
|---|---|
| CSS rgb() | color: rgb(51 65 85); |
| Tailwind | bg-[#334155] |
| SwiftUI | Color(red: 0.200, green: 0.255, blue: 0.333) |
| Android | Color.parseColor("#334155") |
Closest named color
The nearest CSS colour keyword to #334155 is darkslategray (#2F4F4F).