#182125
a deep, soft cyan · cool · closest name: black
RGB
24, 33, 37
HSL
199°, 21%, 12%
CMYK
35, 11, 0, 86
Luminance
0.0142
Every format
| HEX | #182125 |
| RGB | rgb(24, 33, 37) |
| HSL | hsl(199, 21%, 12%) |
| CMYK | cmyk(35%, 11%, 0%, 86%) |
| LAB | lab(12.1 -2.8 -4.0) |
| LCH | lch(12.1 4.9 235.2) |
| OKLCH | oklch(0.241 0.015 226.8) |
Copy-ready code
/* CSS */
color: #182125;
background-color: #182125;
/* Tailwind (arbitrary) */
class="text-[#182125] bg-[#182125]"
/* SCSS */
$brand: #182125;
/* SwiftUI */
Color(red: 0.094, green: 0.129, blue: 0.145)
/* Android */
Color.parseColor("#182125")Accessibility — WCAG contrast
Aa
#182125 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182125 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green12.9%
Blue14.5%
CMYK percentages
Cyan35.1%
Magenta10.8%
Yellow0.0%
Key (black)85.5%
Color previews
#182125 text on a black background
contrast 1.28:1
Card sample
#182125 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182125;
Background color
Panel with #182125 background
background-color: #182125;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182125;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 33, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 33, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182125; background: linear-gradient(135deg, #182125, #181825);