#0aefff
a balanced, electric cyan · cool · closest name: cyan
RGB
10, 239, 255
HSL
184°, 100%, 52%
CMYK
96, 6, 0, 0
Luminance
0.6902
Every format
| HEX | #0aefff |
| RGB | rgb(10, 239, 255) |
| HSL | hsl(184, 100%, 52%) |
| CMYK | cmyk(96%, 6%, 0%, 0%) |
| LAB | lab(86.5 -40.8 -21.1) |
| LCH | lch(86.5 46.0 207.3) |
| OKLCH | oklch(0.868 0.147 203.5) |
Copy-ready code
/* CSS */
color: #0aefff;
background-color: #0aefff;
/* Tailwind (arbitrary) */
class="text-[#0aefff] bg-[#0aefff]"
/* SCSS */
$brand: #0aefff;
/* SwiftUI */
Color(red: 0.039, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#0aefff")Accessibility — WCAG contrast
Aa
#0aefff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aefff on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green93.7%
Blue100.0%
CMYK percentages
Cyan96.1%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#0aefff text on a black background
contrast 14.80:1
Card sample
#0aefff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aefff;
Background color
Panel with #0aefff background
background-color: #0aefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aefff; background: linear-gradient(135deg, #0aefff, #0A4CFF);