#19ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
25, 235, 253
HSL
185°, 98%, 55%
CMYK
90, 7, 0, 1
Luminance
0.6672
Every format
| HEX | #19ebfd |
| RGB | rgb(25, 235, 253) |
| HSL | hsl(185, 98%, 55%) |
| CMYK | cmyk(90%, 7%, 0%, 1%) |
| LAB | lab(85.4 -39.2 -21.8) |
| LCH | lch(85.4 44.8 209.0) |
| OKLCH | oklch(0.859 0.144 204.9) |
Copy-ready code
/* CSS */
color: #19ebfd;
background-color: #19ebfd;
/* Tailwind (arbitrary) */
class="text-[#19ebfd] bg-[#19ebfd]"
/* SCSS */
$brand: #19ebfd;
/* SwiftUI */
Color(red: 0.098, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#19ebfd")Accessibility — WCAG contrast
Aa
#19ebfd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19ebfd on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green92.2%
Blue99.2%
CMYK percentages
Cyan90.1%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#19ebfd text on a black background
contrast 14.34:1
Card sample
#19ebfd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19ebfd;
Background color
Panel with #19ebfd background
background-color: #19ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19ebfd; background: linear-gradient(135deg, #19ebfd, #1953FD);