#0afec6
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 254, 198
HSL
166°, 99%, 52%
CMYK
96, 0, 22, 0
Luminance
0.7503
Every format
| HEX | #0afec6 |
| RGB | rgb(10, 254, 198) |
| HSL | hsl(166, 99%, 52%) |
| CMYK | cmyk(96%, 0%, 22%, 0%) |
| LAB | lab(89.4 -62.5 12.9) |
| LCH | lch(89.4 63.8 168.3) |
| OKLCH | oklch(0.887 0.176 169.2) |
Copy-ready code
/* CSS */
color: #0afec6;
background-color: #0afec6;
/* Tailwind (arbitrary) */
class="text-[#0afec6] bg-[#0afec6]"
/* SCSS */
$brand: #0afec6;
/* SwiftUI */
Color(red: 0.039, green: 0.996, blue: 0.776)
/* Android */
Color.parseColor("#0afec6")Accessibility — WCAG contrast
Aa
#0afec6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afec6 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green99.6%
Blue77.6%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow22.0%
Key (black)0.4%
Color previews
#0afec6 text on a black background
contrast 16.01:1
Card sample
#0afec6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afec6;
Background color
Panel with #0afec6 background
background-color: #0afec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 254, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 254, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afec6; background: linear-gradient(135deg, #0afec6, #0A94FE);