#45adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
69, 173, 235
HSL
202°, 81%, 60%
CMYK
71, 26, 0, 8
Luminance
0.3715
Every format
| HEX | #45adeb |
| RGB | rgb(69, 173, 235) |
| HSL | hsl(202, 81%, 60%) |
| CMYK | cmyk(71%, 26%, 0%, 8%) |
| LAB | lab(67.4 -10.2 -39.7) |
| LCH | lch(67.4 41.0 255.6) |
| OKLCH | oklch(0.714 0.131 238.8) |
Copy-ready code
/* CSS */
color: #45adeb;
background-color: #45adeb;
/* Tailwind (arbitrary) */
class="text-[#45adeb] bg-[#45adeb]"
/* SCSS */
$brand: #45adeb;
/* SwiftUI */
Color(red: 0.271, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#45adeb")Accessibility — WCAG contrast
Aa
#45adeb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45adeb on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan70.6%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#45adeb text on a black background
contrast 8.43:1
Card sample
#45adeb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45adeb;
Background color
Panel with #45adeb background
background-color: #45adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45adeb; background: linear-gradient(135deg, #45adeb, #4C45EB);