#0adcbf
a balanced, electric cyan · cool · closest name: turquoise
RGB
10, 220, 191
HSL
172°, 91%, 45%
CMYK
96, 0, 13, 14
Luminance
0.5501
Every format
| HEX | #0adcbf |
| RGB | rgb(10, 220, 191) |
| HSL | hsl(172, 91%, 45%) |
| CMYK | cmyk(96%, 0%, 13%, 14%) |
| LAB | lab(79.0 -50.9 1.7) |
| LCH | lch(79.0 50.9 178.1) |
| OKLCH | oklch(0.801 0.146 178.5) |
Copy-ready code
/* CSS */
color: #0adcbf;
background-color: #0adcbf;
/* Tailwind (arbitrary) */
class="text-[#0adcbf] bg-[#0adcbf]"
/* SCSS */
$brand: #0adcbf;
/* SwiftUI */
Color(red: 0.039, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#0adcbf")Accessibility — WCAG contrast
Aa
#0adcbf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0adcbf on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green86.3%
Blue74.9%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#0adcbf text on a black background
contrast 12.00:1
Card sample
#0adcbf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0adcbf;
Background color
Panel with #0adcbf background
background-color: #0adcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0adcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0adcbf; background: linear-gradient(135deg, #0adcbf, #0A6DDC);