#19cbdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
25, 203, 223
HSL
186°, 80%, 49%
CMYK
89, 9, 0, 13
Luminance
0.4825
Every format
| HEX | #19cbdf |
| RGB | rgb(25, 203, 223) |
| HSL | hsl(186, 80%, 49%) |
| CMYK | cmyk(89%, 9%, 0%, 13%) |
| LAB | lab(75.0 -33.5 -21.5) |
| LCH | lch(75.0 39.8 212.7) |
| OKLCH | oklch(0.771 0.129 207.6) |
Copy-ready code
/* CSS */
color: #19cbdf;
background-color: #19cbdf;
/* Tailwind (arbitrary) */
class="text-[#19cbdf] bg-[#19cbdf]"
/* SCSS */
$brand: #19cbdf;
/* SwiftUI */
Color(red: 0.098, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#19cbdf")Accessibility — WCAG contrast
Aa
#19cbdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19cbdf on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green79.6%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#19cbdf text on a black background
contrast 10.65:1
Card sample
#19cbdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19cbdf;
Background color
Panel with #19cbdf background
background-color: #19cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19cbdf; background: linear-gradient(135deg, #19cbdf, #1947DF);