#13baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 186, 235
HSL
194°, 85%, 50%
CMYK
92, 21, 0, 8
Luminance
0.4125
Every format
| HEX | #13baeb |
| RGB | rgb(19, 186, 235) |
| HSL | hsl(194, 85%, 50%) |
| CMYK | cmyk(92%, 21%, 0%, 8%) |
| LAB | lab(70.3 -21.4 -35.1) |
| LCH | lch(70.3 41.2 238.6) |
| OKLCH | oklch(0.735 0.138 225.9) |
Copy-ready code
/* CSS */
color: #13baeb;
background-color: #13baeb;
/* Tailwind (arbitrary) */
class="text-[#13baeb] bg-[#13baeb]"
/* SCSS */
$brand: #13baeb;
/* SwiftUI */
Color(red: 0.075, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#13baeb")Accessibility — WCAG contrast
Aa
#13baeb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13baeb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan91.9%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#13baeb text on a black background
contrast 9.25:1
Card sample
#13baeb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13baeb;
Background color
Panel with #13baeb background
background-color: #13baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13baeb; background: linear-gradient(135deg, #13baeb, #132AEB);