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