#201f2f
a deep, soft blue · warm · closest name: black
RGB
32, 31, 47
HSL
244°, 21%, 15%
CMYK
32, 34, 0, 82
Luminance
0.0149
Every format
| HEX | #201f2f |
| RGB | rgb(32, 31, 47) |
| HSL | hsl(244, 21%, 15%) |
| CMYK | cmyk(32%, 34%, 0%, 82%) |
| LAB | lab(12.6 5.0 -10.4) |
| LCH | lch(12.6 11.6 295.6) |
| OKLCH | oklch(0.248 0.030 286.8) |
Copy-ready code
/* CSS */
color: #201f2f;
background-color: #201f2f;
/* Tailwind (arbitrary) */
class="text-[#201f2f] bg-[#201f2f]"
/* SCSS */
$brand: #201f2f;
/* SwiftUI */
Color(red: 0.125, green: 0.122, blue: 0.184)
/* Android */
Color.parseColor("#201f2f")Accessibility — WCAG contrast
Aa
#201f2f on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201f2f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green12.2%
Blue18.4%
CMYK percentages
Cyan31.9%
Magenta34.0%
Yellow0.0%
Key (black)81.6%
Color previews
#201f2f text on a black background
contrast 1.30:1
Card sample
#201f2f text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201f2f;
Background color
Panel with #201f2f background
background-color: #201f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 31, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 31, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201f2f; background: linear-gradient(135deg, #201f2f, #2B1F2F);