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