#19ade6
a balanced, electric cyan · cool · closest name: steelblue
RGB
25, 173, 230
HSL
197°, 80%, 50%
CMYK
89, 25, 0, 10
Luminance
0.3581
Every format
| HEX | #19ade6 |
| RGB | rgb(25, 173, 230) |
| HSL | hsl(197, 80%, 50%) |
| CMYK | cmyk(89%, 25%, 0%, 10%) |
| LAB | lab(66.4 -16.0 -38.6) |
| LCH | lch(66.4 41.8 247.4) |
| OKLCH | oklch(0.703 0.139 231.9) |
Copy-ready code
/* CSS */
color: #19ade6;
background-color: #19ade6;
/* Tailwind (arbitrary) */
class="text-[#19ade6] bg-[#19ade6]"
/* SCSS */
$brand: #19ade6;
/* SwiftUI */
Color(red: 0.098, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#19ade6")Accessibility — WCAG contrast
Aa
#19ade6 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19ade6 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green67.8%
Blue90.2%
CMYK percentages
Cyan89.1%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#19ade6 text on a black background
contrast 8.16:1
Card sample
#19ade6 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19ade6;
Background color
Panel with #19ade6 background
background-color: #19ade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19ade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19ade6; background: linear-gradient(135deg, #19ade6, #1924E6);