#0fc0ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 192, 255
HSL
196°, 100%, 53%
CMYK
94, 25, 0, 0
Luminance
0.4502
Every format
| HEX | #0fc0ff |
| RGB | rgb(15, 192, 255) |
| HSL | hsl(196, 100%, 53%) |
| CMYK | cmyk(94%, 25%, 0%, 0%) |
| LAB | lab(72.9 -17.8 -42.0) |
| LCH | lch(72.9 45.6 247.0) |
| OKLCH | oklch(0.758 0.152 231.4) |
Copy-ready code
/* CSS */
color: #0fc0ff;
background-color: #0fc0ff;
/* Tailwind (arbitrary) */
class="text-[#0fc0ff] bg-[#0fc0ff]"
/* SCSS */
$brand: #0fc0ff;
/* SwiftUI */
Color(red: 0.059, green: 0.753, blue: 1.000)
/* Android */
Color.parseColor("#0fc0ff")Accessibility — WCAG contrast
Aa
#0fc0ff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc0ff on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green75.3%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta24.7%
Yellow0.0%
Key (black)0.0%
Color previews
#0fc0ff text on a black background
contrast 10.00:1
Card sample
#0fc0ff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc0ff;
Background color
Panel with #0fc0ff background
background-color: #0fc0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 192, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 192, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc0ff; background: linear-gradient(135deg, #0fc0ff, #0F20FF);