#45beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 190, 238
HSL
197°, 83%, 60%
CMYK
71, 20, 0, 7
Luminance
0.4427
Every format
| HEX | #45beee |
| RGB | rgb(69, 190, 238) |
| HSL | hsl(197, 83%, 60%) |
| CMYK | cmyk(71%, 20%, 0%, 7%) |
| LAB | lab(72.4 -18.3 -33.5) |
| LCH | lch(72.4 38.2 241.4) |
| OKLCH | oklch(0.754 0.125 228.6) |
Copy-ready code
/* CSS */
color: #45beee;
background-color: #45beee;
/* Tailwind (arbitrary) */
class="text-[#45beee] bg-[#45beee]"
/* SCSS */
$brand: #45beee;
/* SwiftUI */
Color(red: 0.271, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#45beee")Accessibility — WCAG contrast
Aa
#45beee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45beee on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green74.5%
Blue93.3%
CMYK percentages
Cyan71.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#45beee text on a black background
contrast 9.85:1
Card sample
#45beee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45beee;
Background color
Panel with #45beee background
background-color: #45beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45beee; background: linear-gradient(135deg, #45beee, #454DEE);