#10afbc
a dark, electric cyan · cool · closest name: teal
RGB
16, 175, 188
HSL
185°, 84%, 40%
CMYK
92, 7, 0, 26
Luminance
0.3440
Every format
| HEX | #10afbc |
| RGB | rgb(16, 175, 188) |
| HSL | hsl(185, 84%, 40%) |
| CMYK | cmyk(92%, 7%, 0%, 26%) |
| LAB | lab(65.3 -31.6 -17.1) |
| LCH | lch(65.3 36.0 208.4) |
| OKLCH | oklch(0.689 0.115 204.4) |
Copy-ready code
/* CSS */
color: #10afbc;
background-color: #10afbc;
/* Tailwind (arbitrary) */
class="text-[#10afbc] bg-[#10afbc]"
/* SCSS */
$brand: #10afbc;
/* SwiftUI */
Color(red: 0.063, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#10afbc")Accessibility — WCAG contrast
Aa
#10afbc on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10afbc on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green68.6%
Blue73.7%
CMYK percentages
Cyan91.5%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#10afbc text on a black background
contrast 7.88:1
Card sample
#10afbc text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10afbc;
Background color
Panel with #10afbc background
background-color: #10afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10afbc; background: linear-gradient(135deg, #10afbc, #103CBC);