#19dfbf
a balanced, electric cyan · cool · closest name: turquoise
RGB
25, 223, 191
HSL
170°, 80%, 49%
CMYK
89, 0, 14, 13
Luminance
0.5674
Every format
| HEX | #19dfbf |
| RGB | rgb(25, 223, 191) |
| HSL | hsl(170, 80%, 49%) |
| CMYK | cmyk(89%, 0%, 14%, 13%) |
| LAB | lab(80.0 -51.5 3.1) |
| LCH | lch(80.0 51.6 176.5) |
| OKLCH | oklch(0.809 0.147 177.1) |
Copy-ready code
/* CSS */
color: #19dfbf;
background-color: #19dfbf;
/* Tailwind (arbitrary) */
class="text-[#19dfbf] bg-[#19dfbf]"
/* SCSS */
$brand: #19dfbf;
/* SwiftUI */
Color(red: 0.098, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#19dfbf")Accessibility — WCAG contrast
Aa
#19dfbf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19dfbf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green87.5%
Blue74.9%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#19dfbf text on a black background
contrast 12.35:1
Card sample
#19dfbf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19dfbf;
Background color
Panel with #19dfbf background
background-color: #19dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19dfbf; background: linear-gradient(135deg, #19dfbf, #197BDF);