#459eee
a balanced, electric blue · cool · closest name: steelblue
RGB
69, 158, 238
HSL
208°, 83%, 60%
CMYK
71, 34, 0, 7
Luminance
0.3189
Every format
| HEX | #459eee |
| RGB | rgb(69, 158, 238) |
| HSL | hsl(208, 83%, 60%) |
| CMYK | cmyk(71%, 34%, 0%, 7%) |
| LAB | lab(63.3 -0.8 -47.8) |
| LCH | lch(63.3 47.8 269.1) |
| OKLCH | oklch(0.682 0.146 248.8) |
Copy-ready code
/* CSS */
color: #459eee;
background-color: #459eee;
/* Tailwind (arbitrary) */
class="text-[#459eee] bg-[#459eee]"
/* SCSS */
$brand: #459eee;
/* SwiftUI */
Color(red: 0.271, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#459eee")Accessibility — WCAG contrast
Aa
#459eee on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#459eee on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green62.0%
Blue93.3%
CMYK percentages
Cyan71.0%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#459eee text on a black background
contrast 7.38:1
Card sample
#459eee text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459eee;
Background color
Panel with #459eee background
background-color: #459eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459eee; background: linear-gradient(135deg, #459eee, #5D45EE);