#19bdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
25, 189, 253
HSL
197°, 98%, 55%
CMYK
90, 25, 0, 1
Luminance
0.4369
Every format
| HEX | #19bdfd |
| RGB | rgb(25, 189, 253) |
| HSL | hsl(197, 98%, 55%) |
| CMYK | cmyk(90%, 25%, 0%, 1%) |
| LAB | lab(72.0 -16.6 -42.3) |
| LCH | lch(72.0 45.4 248.6) |
| OKLCH | oklch(0.751 0.150 232.6) |
Copy-ready code
/* CSS */
color: #19bdfd;
background-color: #19bdfd;
/* Tailwind (arbitrary) */
class="text-[#19bdfd] bg-[#19bdfd]"
/* SCSS */
$brand: #19bdfd;
/* SwiftUI */
Color(red: 0.098, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#19bdfd")Accessibility — WCAG contrast
Aa
#19bdfd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19bdfd on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green74.1%
Blue99.2%
CMYK percentages
Cyan90.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#19bdfd text on a black background
contrast 9.74:1
Card sample
#19bdfd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19bdfd;
Background color
Panel with #19bdfd background
background-color: #19bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19bdfd; background: linear-gradient(135deg, #19bdfd, #1925FD);