#15afba
a dark, electric cyan · cool · closest name: teal
RGB
21, 175, 186
HSL
184°, 80%, 41%
CMYK
89, 6, 0, 27
Luminance
0.3436
Every format
| HEX | #15afba |
| RGB | rgb(21, 175, 186) |
| HSL | hsl(184, 80%, 41%) |
| CMYK | cmyk(89%, 6%, 0%, 27%) |
| LAB | lab(65.3 -32.0 -16.0) |
| LCH | lch(65.3 35.8 206.6) |
| OKLCH | oklch(0.688 0.114 203.0) |
Copy-ready code
/* CSS */
color: #15afba;
background-color: #15afba;
/* Tailwind (arbitrary) */
class="text-[#15afba] bg-[#15afba]"
/* SCSS */
$brand: #15afba;
/* SwiftUI */
Color(red: 0.082, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#15afba")Accessibility — WCAG contrast
Aa
#15afba on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#15afba on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan88.7%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#15afba text on a black background
contrast 7.87:1
Card sample
#15afba text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15afba;
Background color
Panel with #15afba background
background-color: #15afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15afba; background: linear-gradient(135deg, #15afba, #1541BA);