#232136
a deep, soft blue · warm · closest name: black
RGB
35, 33, 54
HSL
246°, 24%, 17%
CMYK
35, 39, 0, 79
Luminance
0.0171
Every format
| HEX | #232136 |
| RGB | rgb(35, 33, 54) |
| HSL | hsl(246, 24%, 17%) |
| CMYK | cmyk(35%, 39%, 0%, 79%) |
| LAB | lab(13.9 6.9 -13.3) |
| LCH | lch(13.9 15.0 297.4) |
| OKLCH | oklch(0.260 0.039 287.7) |
Copy-ready code
/* CSS */
color: #232136;
background-color: #232136;
/* Tailwind (arbitrary) */
class="text-[#232136] bg-[#232136]"
/* SCSS */
$brand: #232136;
/* SwiftUI */
Color(red: 0.137, green: 0.129, blue: 0.212)
/* Android */
Color.parseColor("#232136")Accessibility — WCAG contrast
Aa
#232136 on white: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232136 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green12.9%
Blue21.2%
CMYK percentages
Cyan35.2%
Magenta38.9%
Yellow0.0%
Key (black)78.8%
Color previews
#232136 text on a black background
contrast 1.34:1
Card sample
#232136 text on a white background
contrast 15.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232136;
Background color
Panel with #232136 background
background-color: #232136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 33, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 33, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232136; background: linear-gradient(135deg, #232136, #312136);