#242530
a deep, muted blue · warm · closest name: black
RGB
36, 37, 48
HSL
235°, 14%, 17%
CMYK
25, 23, 0, 81
Luminance
0.0191
Every format
| HEX | #242530 |
| RGB | rgb(36, 37, 48) |
| HSL | hsl(235, 14%, 17%) |
| CMYK | cmyk(25%, 23%, 0%, 81%) |
| LAB | lab(15.0 2.5 -7.3) |
| LCH | lch(15.0 7.8 289.1) |
| OKLCH | oklch(0.268 0.021 280.8) |
Copy-ready code
/* CSS */
color: #242530;
background-color: #242530;
/* Tailwind (arbitrary) */
class="text-[#242530] bg-[#242530]"
/* SCSS */
$brand: #242530;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.188)
/* Android */
Color.parseColor("#242530")Accessibility — WCAG contrast
Aa
#242530 on white: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242530 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue18.8%
CMYK percentages
Cyan25.0%
Magenta22.9%
Yellow0.0%
Key (black)81.2%
Color previews
#242530 text on a black background
contrast 1.38:1
Card sample
#242530 text on a white background
contrast 15.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242530;
Background color
Panel with #242530 background
background-color: #242530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242530; background: linear-gradient(135deg, #242530, #2B2430);