#0aceab
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 206, 171
HSL
169°, 91%, 42%
CMYK
95, 0, 17, 19
Luminance
0.4715
Every format
| HEX | #0aceab |
| RGB | rgb(10, 206, 171) |
| HSL | hsl(169, 91%, 42%) |
| CMYK | cmyk(95%, 0%, 17%, 19%) |
| LAB | lab(74.3 -50.5 5.5) |
| LCH | lch(74.3 50.8 173.8) |
| OKLCH | oklch(0.760 0.143 174.5) |
Copy-ready code
/* CSS */
color: #0aceab;
background-color: #0aceab;
/* Tailwind (arbitrary) */
class="text-[#0aceab] bg-[#0aceab]"
/* SCSS */
$brand: #0aceab;
/* SwiftUI */
Color(red: 0.039, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#0aceab")Accessibility — WCAG contrast
Aa
#0aceab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aceab on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.8%
Blue67.1%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#0aceab text on a black background
contrast 10.43:1
Card sample
#0aceab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aceab;
Background color
Panel with #0aceab background
background-color: #0aceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aceab; background: linear-gradient(135deg, #0aceab, #0A6ECE);