#0fcdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 205, 255
HSL
193°, 100%, 53%
CMYK
94, 20, 0, 0
Luminance
0.5098
Every format
| HEX | #0fcdff |
| RGB | rgb(15, 205, 255) |
| HSL | hsl(193, 100%, 53%) |
| CMYK | cmyk(94%, 20%, 0%, 0%) |
| LAB | lab(76.7 -24.5 -36.1) |
| LCH | lch(76.7 43.7 235.8) |
| OKLCH | oklch(0.789 0.146 223.9) |
Copy-ready code
/* CSS */
color: #0fcdff;
background-color: #0fcdff;
/* Tailwind (arbitrary) */
class="text-[#0fcdff] bg-[#0fcdff]"
/* SCSS */
$brand: #0fcdff;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#0fcdff")Accessibility — WCAG contrast
Aa
#0fcdff on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcdff on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#0fcdff text on a black background
contrast 11.20:1
Card sample
#0fcdff text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcdff;
Background color
Panel with #0fcdff background
background-color: #0fcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcdff; background: linear-gradient(135deg, #0fcdff, #0F2DFF);