#0afffd
a balanced, electric cyan · cool · “cyan”
RGB
10, 255, 253
HSL
180°, 100%, 52%
CMYK
96, 0, 1, 0
Luminance
0.7868
Every format
| HEX | #0afffd |
| RGB | rgb(10, 255, 253) |
| HSL | hsl(180, 100%, 52%) |
| CMYK | cmyk(96%, 0%, 1%, 0%) |
| LAB | lab(91.1 -48.5 -13.1) |
| LCH | lch(91.1 50.2 195.2) |
| OKLCH | oklch(0.905 0.154 193.8) |
Copy-ready code
/* CSS */
color: #0afffd;
background-color: #0afffd;
/* Tailwind (arbitrary) */
class="text-[#0afffd] bg-[#0afffd]"
/* SCSS */
$brand: #0afffd;
/* SwiftUI */
Color(red: 0.039, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#0afffd")Accessibility — WCAG contrast
Aa
#0afffd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afffd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green100.0%
Blue99.2%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#0afffd text on a black background
contrast 16.74:1
Card sample
#0afffd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afffd;
Background color
Panel with #0afffd background
background-color: #0afffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afffd; background: linear-gradient(135deg, #0afffd, #0A5EFF);