#0afdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 253, 206
HSL
168°, 98%, 52%
CMYK
96, 0, 19, 1
Luminance
0.7477
Every format
| HEX | #0afdce |
| RGB | rgb(10, 253, 206) |
| HSL | hsl(168, 98%, 52%) |
| CMYK | cmyk(96%, 0%, 19%, 1%) |
| LAB | lab(89.3 -60.1 8.6) |
| LCH | lch(89.3 60.8 171.9) |
| OKLCH | oklch(0.886 0.170 172.6) |
Copy-ready code
/* CSS */
color: #0afdce;
background-color: #0afdce;
/* Tailwind (arbitrary) */
class="text-[#0afdce] bg-[#0afdce]"
/* SCSS */
$brand: #0afdce;
/* SwiftUI */
Color(red: 0.039, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#0afdce")Accessibility — WCAG contrast
Aa
#0afdce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afdce on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green99.2%
Blue80.8%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#0afdce text on a black background
contrast 15.95:1
Card sample
#0afdce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afdce;
Background color
Panel with #0afdce background
background-color: #0afdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afdce; background: linear-gradient(135deg, #0afdce, #0A8AFD);