#212435
a deep, soft blue · warm · closest name: black
RGB
33, 36, 53
HSL
231°, 23%, 17%
CMYK
38, 32, 0, 79
Luminance
0.0184
Every format
| HEX | #212435 |
| RGB | rgb(33, 36, 53) |
| HSL | hsl(231, 23%, 17%) |
| CMYK | cmyk(38%, 32%, 0%, 79%) |
| LAB | lab(14.6 3.7 -11.5) |
| LCH | lch(14.6 12.1 287.6) |
| OKLCH | oklch(0.265 0.032 276.3) |
Copy-ready code
/* CSS */
color: #212435;
background-color: #212435;
/* Tailwind (arbitrary) */
class="text-[#212435] bg-[#212435]"
/* SCSS */
$brand: #212435;
/* SwiftUI */
Color(red: 0.129, green: 0.141, blue: 0.208)
/* Android */
Color.parseColor("#212435")Accessibility — WCAG contrast
Aa
#212435 on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#212435 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green14.1%
Blue20.8%
CMYK percentages
Cyan37.7%
Magenta32.1%
Yellow0.0%
Key (black)79.2%
Color previews
#212435 text on a black background
contrast 1.37:1
Card sample
#212435 text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #212435;
Background color
Panel with #212435 background
background-color: #212435;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #212435;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 36, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 36, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #212435; background: linear-gradient(135deg, #212435, #2B2135);