#0fc4d2
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 196, 210
HSL
184°, 87%, 44%
CMYK
93, 7, 0, 18
Luminance
0.4423
Every format
| HEX | #0fc4d2 |
| RGB | rgb(15, 196, 210) |
| HSL | hsl(184, 87%, 44%) |
| CMYK | cmyk(93%, 7%, 0%, 18%) |
| LAB | lab(72.4 -34.7 -18.4) |
| LCH | lch(72.4 39.3 208.0) |
| OKLCH | oklch(0.749 0.126 204.0) |
Copy-ready code
/* CSS */
color: #0fc4d2;
background-color: #0fc4d2;
/* Tailwind (arbitrary) */
class="text-[#0fc4d2] bg-[#0fc4d2]"
/* SCSS */
$brand: #0fc4d2;
/* SwiftUI */
Color(red: 0.059, green: 0.769, blue: 0.824)
/* Android */
Color.parseColor("#0fc4d2")Accessibility — WCAG contrast
Aa
#0fc4d2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc4d2 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green76.9%
Blue82.4%
CMYK percentages
Cyan92.9%
Magenta6.7%
Yellow0.0%
Key (black)17.6%
Color previews
#0fc4d2 text on a black background
contrast 9.85:1
Card sample
#0fc4d2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc4d2;
Background color
Panel with #0fc4d2 background
background-color: #0fc4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 196, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 196, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc4d2; background: linear-gradient(135deg, #0fc4d2, #0F42D2);