#0adbbf
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 219, 191
HSL
172°, 91%, 45%
CMYK
95, 0, 13, 14
Luminance
0.5449
Every format
| HEX | #0adbbf |
| RGB | rgb(10, 219, 191) |
| HSL | hsl(172, 91%, 45%) |
| CMYK | cmyk(95%, 0%, 13%, 14%) |
| LAB | lab(78.7 -50.5 1.3) |
| LCH | lch(78.7 50.5 178.6) |
| OKLCH | oklch(0.799 0.145 179.0) |
Copy-ready code
/* CSS */
color: #0adbbf;
background-color: #0adbbf;
/* Tailwind (arbitrary) */
class="text-[#0adbbf] bg-[#0adbbf]"
/* SCSS */
$brand: #0adbbf;
/* SwiftUI */
Color(red: 0.039, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#0adbbf")Accessibility — WCAG contrast
Aa
#0adbbf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0adbbf on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green85.9%
Blue74.9%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#0adbbf text on a black background
contrast 11.90:1
Card sample
#0adbbf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0adbbf;
Background color
Panel with #0adbbf background
background-color: #0adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0adbbf; background: linear-gradient(135deg, #0adbbf, #0A6CDB);