#15ebdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
21, 235, 219
HSL
176°, 84%, 50%
CMYK
91, 0, 7, 8
Luminance
0.6469
Every format
| HEX | #15ebdb |
| RGB | rgb(21, 235, 219) |
| HSL | hsl(176, 84%, 50%) |
| CMYK | cmyk(91%, 0%, 7%, 8%) |
| LAB | lab(84.3 -49.2 -5.4) |
| LCH | lch(84.3 49.5 186.3) |
| OKLCH | oklch(0.847 0.146 186.0) |
Copy-ready code
/* CSS */
color: #15ebdb;
background-color: #15ebdb;
/* Tailwind (arbitrary) */
class="text-[#15ebdb] bg-[#15ebdb]"
/* SCSS */
$brand: #15ebdb;
/* SwiftUI */
Color(red: 0.082, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#15ebdb")Accessibility — WCAG contrast
Aa
#15ebdb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#15ebdb on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green92.2%
Blue85.9%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#15ebdb text on a black background
contrast 13.94:1
Card sample
#15ebdb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15ebdb;
Background color
Panel with #15ebdb background
background-color: #15ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15ebdb; background: linear-gradient(135deg, #15ebdb, #156CEB);