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