#0f3b3d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
15, 59, 61
HSL
183°, 61%, 15%
CMYK
75, 3, 0, 76
Luminance
0.0357
Every format
| HEX | #0f3b3d |
| RGB | rgb(15, 59, 61) |
| HSL | hsl(183, 61%, 15%) |
| CMYK | cmyk(75%, 3%, 0%, 76%) |
| LAB | lab(22.2 -13.9 -5.6) |
| LCH | lch(22.2 15.0 202.1) |
| OKLCH | oklch(0.324 0.047 199.4) |
Copy-ready code
/* CSS */
color: #0f3b3d;
background-color: #0f3b3d;
/* Tailwind (arbitrary) */
class="text-[#0f3b3d] bg-[#0f3b3d]"
/* SCSS */
$brand: #0f3b3d;
/* SwiftUI */
Color(red: 0.059, green: 0.231, blue: 0.239)
/* Android */
Color.parseColor("#0f3b3d")Accessibility — WCAG contrast
Aa
#0f3b3d on white: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f3b3d on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green23.1%
Blue23.9%
CMYK percentages
Cyan75.4%
Magenta3.3%
Yellow0.0%
Key (black)76.1%
Color previews
#0f3b3d text on a black background
contrast 1.71:1
Card sample
#0f3b3d text on a white background
contrast 12.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f3b3d;
Background color
Panel with #0f3b3d background
background-color: #0f3b3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f3b3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 59, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 59, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f3b3d; background: linear-gradient(135deg, #0f3b3d, #0F1C3D);