#19cfab
a balanced, electric cyan · cool · closest name: turquoise
RGB
25, 207, 171
HSL
168°, 78%, 46%
CMYK
88, 0, 17, 19
Luminance
0.4777
Every format
| HEX | #19cfab |
| RGB | rgb(25, 207, 171) |
| HSL | hsl(168, 78%, 46%) |
| CMYK | cmyk(88%, 0%, 17%, 19%) |
| LAB | lab(74.7 -50.2 6.1) |
| LCH | lch(74.7 50.6 173.1) |
| OKLCH | oklch(0.764 0.142 173.8) |
Copy-ready code
/* CSS */
color: #19cfab;
background-color: #19cfab;
/* Tailwind (arbitrary) */
class="text-[#19cfab] bg-[#19cfab]"
/* SCSS */
$brand: #19cfab;
/* SwiftUI */
Color(red: 0.098, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#19cfab")Accessibility — WCAG contrast
Aa
#19cfab on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19cfab on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green81.2%
Blue67.1%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#19cfab text on a black background
contrast 10.55:1
Card sample
#19cfab text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19cfab;
Background color
Panel with #19cfab background
background-color: #19cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19cfab; background: linear-gradient(135deg, #19cfab, #197ACF);