#0f2d2c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
15, 45, 44
HSL
178°, 50%, 12%
CMYK
67, 0, 2, 82
Luminance
0.0216
Every format
| HEX | #0f2d2c |
| RGB | rgb(15, 45, 44) |
| HSL | hsl(178, 50%, 12%) |
| CMYK | cmyk(67%, 0%, 2%, 82%) |
| LAB | lab(16.3 -11.4 -2.7) |
| LCH | lch(16.3 11.7 193.5) |
| OKLCH | oklch(0.274 0.036 192.3) |
Copy-ready code
/* CSS */
color: #0f2d2c;
background-color: #0f2d2c;
/* Tailwind (arbitrary) */
class="text-[#0f2d2c] bg-[#0f2d2c]"
/* SCSS */
$brand: #0f2d2c;
/* SwiftUI */
Color(red: 0.059, green: 0.176, blue: 0.173)
/* Android */
Color.parseColor("#0f2d2c")Accessibility — WCAG contrast
Aa
#0f2d2c on white: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2d2c on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.6%
Blue17.3%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow2.2%
Key (black)82.4%
Color previews
#0f2d2c text on a black background
contrast 1.43:1
Card sample
#0f2d2c text on a white background
contrast 14.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2d2c;
Background color
Panel with #0f2d2c background
background-color: #0f2d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 45, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 45, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2d2c; background: linear-gradient(135deg, #0f2d2c, #0F1A2D);