#242533
a deep, soft blue · warm · closest name: black
RGB
36, 37, 51
HSL
236°, 17%, 17%
CMYK
29, 28, 0, 80
Luminance
0.0194
Every format
| HEX | #242533 |
| RGB | rgb(36, 37, 51) |
| HSL | hsl(236, 17%, 17%) |
| CMYK | cmyk(29%, 28%, 0%, 80%) |
| LAB | lab(15.2 3.4 -9.3) |
| LCH | lch(15.2 9.9 290.4) |
| OKLCH | oklch(0.270 0.026 281.3) |
Copy-ready code
/* CSS */
color: #242533;
background-color: #242533;
/* Tailwind (arbitrary) */
class="text-[#242533] bg-[#242533]"
/* SCSS */
$brand: #242533;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.200)
/* Android */
Color.parseColor("#242533")Accessibility — WCAG contrast
Aa
#242533 on white: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242533 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue20.0%
CMYK percentages
Cyan29.4%
Magenta27.5%
Yellow0.0%
Key (black)80.0%
Color previews
#242533 text on a black background
contrast 1.39:1
Card sample
#242533 text on a white background
contrast 15.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242533;
Background color
Panel with #242533 background
background-color: #242533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242533; background: linear-gradient(135deg, #242533, #2D2433);