#0fcdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 205, 252
HSL
192°, 98%, 52%
CMYK
94, 19, 0, 1
Luminance
0.5079
Every format
| HEX | #0fcdfc |
| RGB | rgb(15, 205, 252) |
| HSL | hsl(192, 98%, 52%) |
| CMYK | cmyk(94%, 19%, 0%, 1%) |
| LAB | lab(76.5 -25.5 -34.7) |
| LCH | lch(76.5 43.1 233.7) |
| OKLCH | oklch(0.787 0.144 222.5) |
Copy-ready code
/* CSS */
color: #0fcdfc;
background-color: #0fcdfc;
/* Tailwind (arbitrary) */
class="text-[#0fcdfc] bg-[#0fcdfc]"
/* SCSS */
$brand: #0fcdfc;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#0fcdfc")Accessibility — WCAG contrast
Aa
#0fcdfc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcdfc on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue98.8%
CMYK percentages
Cyan94.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#0fcdfc text on a black background
contrast 11.16:1
Card sample
#0fcdfc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcdfc;
Background color
Panel with #0fcdfc background
background-color: #0fcdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcdfc; background: linear-gradient(135deg, #0fcdfc, #0F2FFC);