#459af2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 154, 242
HSL
211°, 87%, 61%
CMYK
72, 36, 0, 5
Luminance
0.3079
Every format
| HEX | #459af2 |
| RGB | rgb(69, 154, 242) |
| HSL | hsl(211, 87%, 61%) |
| CMYK | cmyk(72%, 36%, 0%, 5%) |
| LAB | lab(62.3 2.9 -51.5) |
| LCH | lch(62.3 51.6 273.3) |
| OKLCH | oklch(0.675 0.154 251.8) |
Copy-ready code
/* CSS */
color: #459af2;
background-color: #459af2;
/* Tailwind (arbitrary) */
class="text-[#459af2] bg-[#459af2]"
/* SCSS */
$brand: #459af2;
/* SwiftUI */
Color(red: 0.271, green: 0.604, blue: 0.949)
/* Android */
Color.parseColor("#459af2")Accessibility — WCAG contrast
Aa
#459af2 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#459af2 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green60.4%
Blue94.9%
CMYK percentages
Cyan71.5%
Magenta36.4%
Yellow0.0%
Key (black)5.1%
Color previews
#459af2 text on a black background
contrast 7.16:1
Card sample
#459af2 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459af2;
Background color
Panel with #459af2 background
background-color: #459af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 154, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 154, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459af2; background: linear-gradient(135deg, #459af2, #6345F2);