#19abdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
25, 171, 223
HSL
196°, 80%, 49%
CMYK
89, 23, 0, 13
Luminance
0.3466
Every format
| HEX | #19abdf |
| RGB | rgb(25, 171, 223) |
| HSL | hsl(196, 80%, 49%) |
| CMYK | cmyk(89%, 23%, 0%, 13%) |
| LAB | lab(65.5 -17.4 -36.1) |
| LCH | lch(65.5 40.1 244.3) |
| OKLCH | oklch(0.695 0.134 229.7) |
Copy-ready code
/* CSS */
color: #19abdf;
background-color: #19abdf;
/* Tailwind (arbitrary) */
class="text-[#19abdf] bg-[#19abdf]"
/* SCSS */
$brand: #19abdf;
/* SwiftUI */
Color(red: 0.098, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#19abdf")Accessibility — WCAG contrast
Aa
#19abdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19abdf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green67.1%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#19abdf text on a black background
contrast 7.93:1
Card sample
#19abdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19abdf;
Background color
Panel with #19abdf background
background-color: #19abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19abdf; background: linear-gradient(135deg, #19abdf, #1927DF);