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