#0fdce0
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 220, 224
HSL
181°, 87%, 47%
CMYK
93, 2, 0, 12
Luminance
0.5667
Every format
| HEX | #0fdce0 |
| RGB | rgb(15, 220, 224) |
| HSL | hsl(181, 87%, 47%) |
| CMYK | cmyk(93%, 2%, 0%, 12%) |
| LAB | lab(80.0 -41.5 -14.5) |
| LCH | lch(80.0 43.9 199.3) |
| OKLCH | oklch(0.812 0.137 197.2) |
Copy-ready code
/* CSS */
color: #0fdce0;
background-color: #0fdce0;
/* Tailwind (arbitrary) */
class="text-[#0fdce0] bg-[#0fdce0]"
/* SCSS */
$brand: #0fdce0;
/* SwiftUI */
Color(red: 0.059, green: 0.863, blue: 0.878)
/* Android */
Color.parseColor("#0fdce0")Accessibility — WCAG contrast
Aa
#0fdce0 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdce0 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green86.3%
Blue87.8%
CMYK percentages
Cyan93.3%
Magenta1.8%
Yellow0.0%
Key (black)12.2%
Color previews
#0fdce0 text on a black background
contrast 12.33:1
Card sample
#0fdce0 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdce0;
Background color
Panel with #0fdce0 background
background-color: #0fdce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 220, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 220, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdce0; background: linear-gradient(135deg, #0fdce0, #0F51E0);