#19829e
a dark, vivid cyan · cool · closest name: steelblue
RGB
25, 130, 158
HSL
193°, 73%, 36%
CMYK
84, 18, 0, 38
Luminance
0.1864
Every format
| HEX | #19829e |
| RGB | rgb(25, 130, 158) |
| HSL | hsl(193, 73%, 36%) |
| CMYK | cmyk(84%, 18%, 0%, 38%) |
| LAB | lab(50.3 -18.1 -23.0) |
| LCH | lch(50.3 29.3 231.7) |
| OKLCH | oklch(0.564 0.098 221.4) |
Copy-ready code
/* CSS */
color: #19829e;
background-color: #19829e;
/* Tailwind (arbitrary) */
class="text-[#19829e] bg-[#19829e]"
/* SCSS */
$brand: #19829e;
/* SwiftUI */
Color(red: 0.098, green: 0.510, blue: 0.620)
/* Android */
Color.parseColor("#19829e")Accessibility — WCAG contrast
Aa
#19829e on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#19829e on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green51.0%
Blue62.0%
CMYK percentages
Cyan84.2%
Magenta17.7%
Yellow0.0%
Key (black)38.0%
Color previews
#19829e text on a black background
contrast 4.73:1
Card sample
#19829e text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19829e;
Background color
Panel with #19829e background
background-color: #19829e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19829e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 130, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 130, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19829e; background: linear-gradient(135deg, #19829e, #19299E);