#0aefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
10, 239, 223
HSL
176°, 92%, 49%
CMYK
96, 0, 7, 6
Luminance
0.6713
Every format
| HEX | #0aefdf |
| RGB | rgb(10, 239, 223) |
| HSL | hsl(176, 92%, 49%) |
| CMYK | cmyk(96%, 0%, 7%, 6%) |
| LAB | lab(85.6 -50.1 -5.7) |
| LCH | lch(85.6 50.4 186.5) |
| OKLCH | oklch(0.857 0.149 186.2) |
Copy-ready code
/* CSS */
color: #0aefdf;
background-color: #0aefdf;
/* Tailwind (arbitrary) */
class="text-[#0aefdf] bg-[#0aefdf]"
/* SCSS */
$brand: #0aefdf;
/* SwiftUI */
Color(red: 0.039, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#0aefdf")Accessibility — WCAG contrast
Aa
#0aefdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aefdf on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green93.7%
Blue87.5%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#0aefdf text on a black background
contrast 14.43:1
Card sample
#0aefdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aefdf;
Background color
Panel with #0aefdf background
background-color: #0aefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aefdf; background: linear-gradient(135deg, #0aefdf, #0A66EF);