#2045cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
32, 69, 207
HSL
227°, 73%, 47%
CMYK
85, 67, 0, 19
Luminance
0.0907
Every format
| HEX | #2045cf |
| RGB | rgb(32, 69, 207) |
| HSL | hsl(227, 73%, 47%) |
| CMYK | cmyk(85%, 67%, 0%, 19%) |
| LAB | lab(36.1 39.3 -74.2) |
| LCH | lch(36.1 83.9 297.9) |
| OKLCH | oklch(0.465 0.215 265.9) |
Copy-ready code
/* CSS */
color: #2045cf;
background-color: #2045cf;
/* Tailwind (arbitrary) */
class="text-[#2045cf] bg-[#2045cf]"
/* SCSS */
$brand: #2045cf;
/* SwiftUI */
Color(red: 0.125, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#2045cf")Accessibility — WCAG contrast
Aa
#2045cf on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2045cf on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green27.1%
Blue81.2%
CMYK percentages
Cyan84.5%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#2045cf text on a black background
contrast 2.81:1
Card sample
#2045cf text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2045cf;
Background color
Panel with #2045cf background
background-color: #2045cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2045cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2045cf; background: linear-gradient(135deg, #2045cf, #7020CF);