#0fdce6
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 220, 230
HSL
183°, 88%, 48%
CMYK
94, 4, 0, 10
Luminance
0.5700
Every format
| HEX | #0fdce6 |
| RGB | rgb(15, 220, 230) |
| HSL | hsl(183, 88%, 48%) |
| CMYK | cmyk(94%, 4%, 0%, 10%) |
| LAB | lab(80.2 -39.7 -17.4) |
| LCH | lch(80.2 43.3 203.7) |
| OKLCH | oklch(0.814 0.137 200.7) |
Copy-ready code
/* CSS */
color: #0fdce6;
background-color: #0fdce6;
/* Tailwind (arbitrary) */
class="text-[#0fdce6] bg-[#0fdce6]"
/* SCSS */
$brand: #0fdce6;
/* SwiftUI */
Color(red: 0.059, green: 0.863, blue: 0.902)
/* Android */
Color.parseColor("#0fdce6")Accessibility — WCAG contrast
Aa
#0fdce6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdce6 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green86.3%
Blue90.2%
CMYK percentages
Cyan93.5%
Magenta4.3%
Yellow0.0%
Key (black)9.8%
Color previews
#0fdce6 text on a black background
contrast 12.40:1
Card sample
#0fdce6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdce6;
Background color
Panel with #0fdce6 background
background-color: #0fdce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 220, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 220, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdce6; background: linear-gradient(135deg, #0fdce6, #0F4DE6);