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