#04baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
4, 186, 235
HSL
193°, 97%, 47%
CMYK
98, 21, 0, 8
Luminance
0.4114
Every format
| HEX | #04baeb |
| RGB | rgb(4, 186, 235) |
| HSL | hsl(193, 97%, 47%) |
| CMYK | cmyk(98%, 21%, 0%, 8%) |
| LAB | lab(70.3 -21.9 -35.3) |
| LCH | lch(70.3 41.5 238.2) |
| OKLCH | oklch(0.734 0.139 225.5) |
Copy-ready code
/* CSS */
color: #04baeb;
background-color: #04baeb;
/* Tailwind (arbitrary) */
class="text-[#04baeb] bg-[#04baeb]"
/* SCSS */
$brand: #04baeb;
/* SwiftUI */
Color(red: 0.016, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#04baeb")Accessibility — WCAG contrast
Aa
#04baeb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04baeb on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan98.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#04baeb text on a black background
contrast 9.23:1
Card sample
#04baeb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04baeb;
Background color
Panel with #04baeb background
background-color: #04baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04baeb; background: linear-gradient(135deg, #04baeb, #0420EB);