#10dbb5
a balanced, electric cyan · cool · closest name: turquoise
RGB
16, 219, 181
HSL
169°, 86%, 46%
CMYK
93, 0, 17, 14
Luminance
0.5411
Every format
| HEX | #10dbb5 |
| RGB | rgb(16, 219, 181) |
| HSL | hsl(169, 86%, 46%) |
| CMYK | cmyk(93%, 0%, 17%, 14%) |
| LAB | lab(78.5 -52.9 6.3) |
| LCH | lch(78.5 53.3 173.2) |
| OKLCH | oklch(0.796 0.150 174.0) |
Copy-ready code
/* CSS */
color: #10dbb5;
background-color: #10dbb5;
/* Tailwind (arbitrary) */
class="text-[#10dbb5] bg-[#10dbb5]"
/* SCSS */
$brand: #10dbb5;
/* SwiftUI */
Color(red: 0.063, green: 0.859, blue: 0.710)
/* Android */
Color.parseColor("#10dbb5")Accessibility — WCAG contrast
Aa
#10dbb5 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10dbb5 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green85.9%
Blue71.0%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow17.4%
Key (black)14.1%
Color previews
#10dbb5 text on a black background
contrast 11.82:1
Card sample
#10dbb5 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10dbb5;
Background color
Panel with #10dbb5 background
background-color: #10dbb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10dbb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 219, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 219, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10dbb5; background: linear-gradient(135deg, #10dbb5, #107ADB);