#0f2e26
a deep, vivid cyan · cool · closest name: darkslategray
RGB
15, 46, 38
HSL
165°, 51%, 12%
CMYK
67, 0, 17, 82
Luminance
0.0220
Every format
| HEX | #0f2e26 |
| RGB | rgb(15, 46, 38) |
| HSL | hsl(165, 51%, 12%) |
| CMYK | cmyk(67%, 0%, 17%, 82%) |
| LAB | lab(16.5 -13.9 1.7) |
| LCH | lch(16.5 14.0 173.0) |
| OKLCH | oklch(0.275 0.040 173.8) |
Copy-ready code
/* CSS */
color: #0f2e26;
background-color: #0f2e26;
/* Tailwind (arbitrary) */
class="text-[#0f2e26] bg-[#0f2e26]"
/* SCSS */
$brand: #0f2e26;
/* SwiftUI */
Color(red: 0.059, green: 0.180, blue: 0.149)
/* Android */
Color.parseColor("#0f2e26")Accessibility — WCAG contrast
Aa
#0f2e26 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2e26 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green18.0%
Blue14.9%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow17.4%
Key (black)82.0%
Color previews
#0f2e26 text on a black background
contrast 1.44:1
Card sample
#0f2e26 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2e26;
Background color
Panel with #0f2e26 background
background-color: #0f2e26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2e26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 46, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 46, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2e26; background: linear-gradient(135deg, #0f2e26, #0F212E);