#0fc4ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 196, 255
HSL
195°, 100%, 53%
CMYK
94, 23, 0, 0
Luminance
0.4680
Every format
| HEX | #0fc4ff |
| RGB | rgb(15, 196, 255) |
| HSL | hsl(195, 100%, 53%) |
| CMYK | cmyk(94%, 23%, 0%, 0%) |
| LAB | lab(74.1 -19.9 -40.2) |
| LCH | lch(74.1 44.8 243.6) |
| OKLCH | oklch(0.768 0.150 229.2) |
Copy-ready code
/* CSS */
color: #0fc4ff;
background-color: #0fc4ff;
/* Tailwind (arbitrary) */
class="text-[#0fc4ff] bg-[#0fc4ff]"
/* SCSS */
$brand: #0fc4ff;
/* SwiftUI */
Color(red: 0.059, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#0fc4ff")Accessibility — WCAG contrast
Aa
#0fc4ff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc4ff on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green76.9%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#0fc4ff text on a black background
contrast 10.36:1
Card sample
#0fc4ff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc4ff;
Background color
Panel with #0fc4ff background
background-color: #0fc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc4ff; background: linear-gradient(135deg, #0fc4ff, #0F24FF);