#19beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
25, 190, 238
HSL
194°, 86%, 52%
CMYK
90, 20, 0, 7
Luminance
0.4321
Every format
| HEX | #19beee |
| RGB | rgb(25, 190, 238) |
| HSL | hsl(194, 86%, 52%) |
| CMYK | cmyk(90%, 20%, 0%, 7%) |
| LAB | lab(71.7 -22.2 -34.7) |
| LCH | lch(71.7 41.2 237.4) |
| OKLCH | oklch(0.747 0.138 225.1) |
Copy-ready code
/* CSS */
color: #19beee;
background-color: #19beee;
/* Tailwind (arbitrary) */
class="text-[#19beee] bg-[#19beee]"
/* SCSS */
$brand: #19beee;
/* SwiftUI */
Color(red: 0.098, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#19beee")Accessibility — WCAG contrast
Aa
#19beee on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19beee on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan89.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#19beee text on a black background
contrast 9.64:1
Card sample
#19beee text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19beee;
Background color
Panel with #19beee background
background-color: #19beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19beee; background: linear-gradient(135deg, #19beee, #1930EE);