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