#0afeef
a balanced, electric cyan · cool · closest name: cyan
RGB
10, 254, 239
HSL
176°, 99%, 52%
CMYK
96, 0, 6, 0
Luminance
0.7718
Every format
| HEX | #0afeef |
| RGB | rgb(10, 254, 239) |
| HSL | hsl(176, 99%, 52%) |
| CMYK | cmyk(96%, 0%, 6%, 0%) |
| LAB | lab(90.4 -52.0 -6.9) |
| LCH | lch(90.4 52.4 187.5) |
| OKLCH | oklch(0.898 0.156 187.2) |
Copy-ready code
/* CSS */
color: #0afeef;
background-color: #0afeef;
/* Tailwind (arbitrary) */
class="text-[#0afeef] bg-[#0afeef]"
/* SCSS */
$brand: #0afeef;
/* SwiftUI */
Color(red: 0.039, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#0afeef")Accessibility — WCAG contrast
Aa
#0afeef on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afeef on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green99.6%
Blue93.7%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#0afeef text on a black background
contrast 16.44:1
Card sample
#0afeef text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afeef;
Background color
Panel with #0afeef background
background-color: #0afeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afeef; background: linear-gradient(135deg, #0afeef, #0A6AFE);