#2045df
a balanced, vivid blue · warm · closest name: slateblue
RGB
32, 69, 223
HSL
228°, 75%, 50%
CMYK
86, 69, 0, 13
Luminance
0.0989
Every format
| HEX | #2045df |
| RGB | rgb(32, 69, 223) |
| HSL | hsl(228, 75%, 50%) |
| CMYK | cmyk(86%, 69%, 0%, 13%) |
| LAB | lab(37.6 45.1 -80.8) |
| LCH | lch(37.6 92.5 299.1) |
| OKLCH | oklch(0.480 0.235 266.0) |
Copy-ready code
/* CSS */
color: #2045df;
background-color: #2045df;
/* Tailwind (arbitrary) */
class="text-[#2045df] bg-[#2045df]"
/* SCSS */
$brand: #2045df;
/* SwiftUI */
Color(red: 0.125, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#2045df")Accessibility — WCAG contrast
Aa
#2045df on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2045df on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green27.1%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2045df text on a black background
contrast 2.98:1
Card sample
#2045df text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2045df;
Background color
Panel with #2045df background
background-color: #2045df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2045df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2045df; background: linear-gradient(135deg, #2045df, #7A20DF);