#202f35
a deep, soft cyan · cool · closest name: darkslategray
RGB
32, 47, 53
HSL
197°, 25%, 17%
CMYK
40, 11, 0, 79
Luminance
0.0260
Every format
| HEX | #202f35 |
| RGB | rgb(32, 47, 53) |
| HSL | hsl(197, 25%, 17%) |
| CMYK | cmyk(40%, 11%, 0%, 79%) |
| LAB | lab(18.4 -4.4 -5.8) |
| LCH | lch(18.4 7.3 232.9) |
| OKLCH | oklch(0.294 0.023 224.6) |
Copy-ready code
/* CSS */
color: #202f35;
background-color: #202f35;
/* Tailwind (arbitrary) */
class="text-[#202f35] bg-[#202f35]"
/* SCSS */
$brand: #202f35;
/* SwiftUI */
Color(red: 0.125, green: 0.184, blue: 0.208)
/* Android */
Color.parseColor("#202f35")Accessibility — WCAG contrast
Aa
#202f35 on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202f35 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green18.4%
Blue20.8%
CMYK percentages
Cyan39.6%
Magenta11.3%
Yellow0.0%
Key (black)79.2%
Color previews
#202f35 text on a black background
contrast 1.52:1
Card sample
#202f35 text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202f35;
Background color
Panel with #202f35 background
background-color: #202f35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202f35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 47, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 47, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202f35; background: linear-gradient(135deg, #202f35, #202135);