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