#0f5b5d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
15, 91, 93
HSL
182°, 72%, 21%
CMYK
84, 2, 0, 64
Luminance
0.0837
Every format
| HEX | #0f5b5d |
| RGB | rgb(15, 91, 93) |
| HSL | hsl(182, 72%, 21%) |
| CMYK | cmyk(84%, 2%, 0%, 64%) |
| LAB | lab(34.8 -20.6 -7.5) |
| LCH | lch(34.8 21.9 199.9) |
| OKLCH | oklch(0.430 0.068 197.7) |
Copy-ready code
/* CSS */
color: #0f5b5d;
background-color: #0f5b5d;
/* Tailwind (arbitrary) */
class="text-[#0f5b5d] bg-[#0f5b5d]"
/* SCSS */
$brand: #0f5b5d;
/* SwiftUI */
Color(red: 0.059, green: 0.357, blue: 0.365)
/* Android */
Color.parseColor("#0f5b5d")Accessibility — WCAG contrast
Aa
#0f5b5d on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f5b5d on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green35.7%
Blue36.5%
CMYK percentages
Cyan83.9%
Magenta2.2%
Yellow0.0%
Key (black)63.5%
Color previews
#0f5b5d text on a black background
contrast 2.67:1
Card sample
#0f5b5d text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f5b5d;
Background color
Panel with #0f5b5d background
background-color: #0f5b5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f5b5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 91, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 91, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f5b5d; background: linear-gradient(135deg, #0f5b5d, #0F275D);