#45baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 186, 235
HSL
198°, 81%, 60%
CMYK
71, 21, 0, 8
Luminance
0.4238
Every format
| HEX | #45baeb |
| RGB | rgb(69, 186, 235) |
| HSL | hsl(198, 81%, 60%) |
| CMYK | cmyk(71%, 21%, 0%, 8%) |
| LAB | lab(71.1 -17.2 -33.9) |
| LCH | lch(71.1 38.0 243.1) |
| OKLCH | oklch(0.744 0.124 229.8) |
Copy-ready code
/* CSS */
color: #45baeb;
background-color: #45baeb;
/* Tailwind (arbitrary) */
class="text-[#45baeb] bg-[#45baeb]"
/* SCSS */
$brand: #45baeb;
/* SwiftUI */
Color(red: 0.271, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#45baeb")Accessibility — WCAG contrast
Aa
#45baeb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45baeb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green72.9%
Blue92.2%
CMYK percentages
Cyan70.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#45baeb text on a black background
contrast 9.48:1
Card sample
#45baeb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45baeb;
Background color
Panel with #45baeb background
background-color: #45baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45baeb; background: linear-gradient(135deg, #45baeb, #454BEB);