#19aeae
a dark, vivid cyan · cool · closest name: teal
RGB
25, 174, 174
HSL
180°, 75%, 39%
CMYK
86, 0, 0, 32
Luminance
0.3353
Every format
| HEX | #19aeae |
| RGB | rgb(25, 174, 174) |
| HSL | hsl(180, 75%, 39%) |
| CMYK | cmyk(86%, 0%, 0%, 32%) |
| LAB | lab(64.6 -35.0 -10.3) |
| LCH | lch(64.6 36.5 196.5) |
| OKLCH | oklch(0.682 0.113 194.8) |
Copy-ready code
/* CSS */
color: #19aeae;
background-color: #19aeae;
/* Tailwind (arbitrary) */
class="text-[#19aeae] bg-[#19aeae]"
/* SCSS */
$brand: #19aeae;
/* SwiftUI */
Color(red: 0.098, green: 0.682, blue: 0.682)
/* Android */
Color.parseColor("#19aeae")Accessibility — WCAG contrast
Aa
#19aeae on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19aeae on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green68.2%
Blue68.2%
CMYK percentages
Cyan85.6%
Magenta0.0%
Yellow0.0%
Key (black)31.8%
Color previews
#19aeae text on a black background
contrast 7.71:1
Card sample
#19aeae text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19aeae;
Background color
Panel with #19aeae background
background-color: #19aeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19aeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 174, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 174, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19aeae; background: linear-gradient(135deg, #19aeae, #194BAE);