#0acef4
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 206, 244
HSL
190°, 92%, 50%
CMYK
96, 16, 0, 4
Luminance
0.5074
Every format
| HEX | #0acef4 |
| RGB | rgb(10, 206, 244) |
| HSL | hsl(190, 92%, 50%) |
| CMYK | cmyk(96%, 16%, 0%, 4%) |
| LAB | lab(76.5 -28.8 -30.5) |
| LCH | lch(76.5 41.9 226.6) |
| OKLCH | oklch(0.786 0.140 217.6) |
Copy-ready code
/* CSS */
color: #0acef4;
background-color: #0acef4;
/* Tailwind (arbitrary) */
class="text-[#0acef4] bg-[#0acef4]"
/* SCSS */
$brand: #0acef4;
/* SwiftUI */
Color(red: 0.039, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#0acef4")Accessibility — WCAG contrast
Aa
#0acef4 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0acef4 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.8%
Blue95.7%
CMYK percentages
Cyan95.9%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#0acef4 text on a black background
contrast 11.15:1
Card sample
#0acef4 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0acef4;
Background color
Panel with #0acef4 background
background-color: #0acef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0acef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0acef4; background: linear-gradient(135deg, #0acef4, #0A32F4);