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