#182430
a deep, soft blue · cool · closest name: black
RGB
24, 36, 48
HSL
210°, 33%, 14%
CMYK
50, 25, 0, 81
Luminance
0.0167
Every format
| HEX | #182430 |
| RGB | rgb(24, 36, 48) |
| HSL | hsl(210, 33%, 14%) |
| CMYK | cmyk(50%, 25%, 0%, 81%) |
| LAB | lab(13.7 -1.2 -9.5) |
| LCH | lch(13.7 9.6 262.6) |
| OKLCH | oklch(0.255 0.028 249.0) |
Copy-ready code
/* CSS */
color: #182430;
background-color: #182430;
/* Tailwind (arbitrary) */
class="text-[#182430] bg-[#182430]"
/* SCSS */
$brand: #182430;
/* SwiftUI */
Color(red: 0.094, green: 0.141, blue: 0.188)
/* Android */
Color.parseColor("#182430")Accessibility — WCAG contrast
Aa
#182430 on white: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182430 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green14.1%
Blue18.8%
CMYK percentages
Cyan50.0%
Magenta25.0%
Yellow0.0%
Key (black)81.2%
Color previews
#182430 text on a black background
contrast 1.33:1
Card sample
#182430 text on a white background
contrast 15.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182430;
Background color
Panel with #182430 background
background-color: #182430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 36, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 36, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182430; background: linear-gradient(135deg, #182430, #1C1830);