#0e251f
a deep, vivid cyan · cool · closest name: black
RGB
14, 37, 31
HSL
164°, 45%, 10%
CMYK
62, 0, 16, 86
Luminance
0.0152
Every format
| HEX | #0e251f |
| RGB | rgb(14, 37, 31) |
| HSL | hsl(164, 45%, 10%) |
| CMYK | cmyk(62%, 0%, 16%, 86%) |
| LAB | lab(12.7 -11.0 1.2) |
| LCH | lch(12.7 11.1 173.7) |
| OKLCH | oklch(0.243 0.032 174.4) |
Copy-ready code
/* CSS */
color: #0e251f;
background-color: #0e251f;
/* Tailwind (arbitrary) */
class="text-[#0e251f] bg-[#0e251f]"
/* SCSS */
$brand: #0e251f;
/* SwiftUI */
Color(red: 0.055, green: 0.145, blue: 0.122)
/* Android */
Color.parseColor("#0e251f")Accessibility — WCAG contrast
Aa
#0e251f on white: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e251f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green14.5%
Blue12.2%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow16.2%
Key (black)85.5%
Color previews
#0e251f text on a black background
contrast 1.30:1
Card sample
#0e251f text on a white background
contrast 16.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e251f;
Background color
Panel with #0e251f background
background-color: #0e251f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e251f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 37, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 37, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e251f; background: linear-gradient(135deg, #0e251f, #0E1C25);