#0aefd6
a balanced, electric cyan · cool · closest name: turquoise
RGB
10, 239, 214
HSL
173°, 92%, 49%
CMYK
96, 0, 11, 6
Luminance
0.6665
Every format
| HEX | #0aefd6 |
| RGB | rgb(10, 239, 214) |
| HSL | hsl(173, 92%, 49%) |
| CMYK | cmyk(96%, 0%, 11%, 6%) |
| LAB | lab(85.3 -52.5 -1.3) |
| LCH | lch(85.3 52.6 181.4) |
| OKLCH | oklch(0.855 0.153 181.6) |
Copy-ready code
/* CSS */
color: #0aefd6;
background-color: #0aefd6;
/* Tailwind (arbitrary) */
class="text-[#0aefd6] bg-[#0aefd6]"
/* SCSS */
$brand: #0aefd6;
/* SwiftUI */
Color(red: 0.039, green: 0.937, blue: 0.839)
/* Android */
Color.parseColor("#0aefd6")Accessibility — WCAG contrast
Aa
#0aefd6 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aefd6 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green93.7%
Blue83.9%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow10.5%
Key (black)6.3%
Color previews
#0aefd6 text on a black background
contrast 14.33:1
Card sample
#0aefd6 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aefd6;
Background color
Panel with #0aefd6 background
background-color: #0aefd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aefd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 239, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 239, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aefd6; background: linear-gradient(135deg, #0aefd6, #0A6FEF);