#0adeba
a balanced, electric cyan · cool · closest name: turquoise
RGB
10, 222, 186
HSL
170°, 91%, 46%
CMYK
96, 0, 16, 13
Luminance
0.5585
Every format
| HEX | #0adeba |
| RGB | rgb(10, 222, 186) |
| HSL | hsl(170, 91%, 46%) |
| CMYK | cmyk(96%, 0%, 16%, 13%) |
| LAB | lab(79.5 -53.0 5.1) |
| LCH | lch(79.5 53.3 174.5) |
| OKLCH | oklch(0.805 0.150 175.2) |
Copy-ready code
/* CSS */
color: #0adeba;
background-color: #0adeba;
/* Tailwind (arbitrary) */
class="text-[#0adeba] bg-[#0adeba]"
/* SCSS */
$brand: #0adeba;
/* SwiftUI */
Color(red: 0.039, green: 0.871, blue: 0.729)
/* Android */
Color.parseColor("#0adeba")Accessibility — WCAG contrast
Aa
#0adeba on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0adeba on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green87.1%
Blue72.9%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow16.2%
Key (black)12.9%
Color previews
#0adeba text on a black background
contrast 12.17:1
Card sample
#0adeba text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0adeba;
Background color
Panel with #0adeba background
background-color: #0adeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0adeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 222, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 222, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0adeba; background: linear-gradient(135deg, #0adeba, #0A75DE);