#213941
a deep, soft cyan · cool · closest name: darkslategray
RGB
33, 57, 65
HSL
195°, 33%, 19%
CMYK
49, 12, 0, 75
Luminance
0.0363
Every format
| HEX | #213941 |
| RGB | rgb(33, 57, 65) |
| HSL | hsl(195, 33%, 19%) |
| CMYK | cmyk(49%, 12%, 0%, 75%) |
| LAB | lab(22.4 -6.8 -7.9) |
| LCH | lch(22.4 10.4 229.3) |
| OKLCH | oklch(0.329 0.033 221.1) |
Copy-ready code
/* CSS */
color: #213941;
background-color: #213941;
/* Tailwind (arbitrary) */
class="text-[#213941] bg-[#213941]"
/* SCSS */
$brand: #213941;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.255)
/* Android */
Color.parseColor("#213941")Accessibility — WCAG contrast
Aa
#213941 on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213941 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue25.5%
CMYK percentages
Cyan49.2%
Magenta12.3%
Yellow0.0%
Key (black)74.5%
Color previews
#213941 text on a black background
contrast 1.73:1
Card sample
#213941 text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213941;
Background color
Panel with #213941 background
background-color: #213941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213941; background: linear-gradient(135deg, #213941, #212441);