#0aceae
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 206, 174
HSL
170°, 91%, 42%
CMYK
95, 0, 16, 19
Luminance
0.4726
Every format
| HEX | #0aceae |
| RGB | rgb(10, 206, 174) |
| HSL | hsl(170, 91%, 42%) |
| CMYK | cmyk(95%, 0%, 16%, 19%) |
| LAB | lab(74.4 -49.7 4.0) |
| LCH | lch(74.4 49.8 175.4) |
| OKLCH | oklch(0.761 0.141 176.0) |
Copy-ready code
/* CSS */
color: #0aceae;
background-color: #0aceae;
/* Tailwind (arbitrary) */
class="text-[#0aceae] bg-[#0aceae]"
/* SCSS */
$brand: #0aceae;
/* SwiftUI */
Color(red: 0.039, green: 0.808, blue: 0.682)
/* Android */
Color.parseColor("#0aceae")Accessibility — WCAG contrast
Aa
#0aceae on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aceae on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.8%
Blue68.2%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow15.5%
Key (black)19.2%
Color previews
#0aceae text on a black background
contrast 10.45:1
Card sample
#0aceae text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aceae;
Background color
Panel with #0aceae background
background-color: #0aceae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aceae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 206, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 206, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aceae; background: linear-gradient(135deg, #0aceae, #0A6BCE);