#0fdcd0
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 220, 208
HSL
177°, 87%, 46%
CMYK
93, 0, 6, 14
Luminance
0.5584
Every format
| HEX | #0fdcd0 |
| RGB | rgb(15, 220, 208) |
| HSL | hsl(177, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 6%, 14%) |
| LAB | lab(79.5 -46.1 -6.7) |
| LCH | lch(79.5 46.6 188.2) |
| OKLCH | oklch(0.806 0.139 187.8) |
Copy-ready code
/* CSS */
color: #0fdcd0;
background-color: #0fdcd0;
/* Tailwind (arbitrary) */
class="text-[#0fdcd0] bg-[#0fdcd0]"
/* SCSS */
$brand: #0fdcd0;
/* SwiftUI */
Color(red: 0.059, green: 0.863, blue: 0.816)
/* Android */
Color.parseColor("#0fdcd0")Accessibility — WCAG contrast
Aa
#0fdcd0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdcd0 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green86.3%
Blue81.6%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow5.5%
Key (black)13.7%
Color previews
#0fdcd0 text on a black background
contrast 12.17:1
Card sample
#0fdcd0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdcd0;
Background color
Panel with #0fdcd0 background
background-color: #0fdcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 220, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 220, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdcd0; background: linear-gradient(135deg, #0fdcd0, #0F5FDC);