#2245ae
a dark, vivid blue · warm · closest name: slateblue
RGB
34, 69, 174
HSL
225°, 67%, 41%
CMYK
81, 60, 0, 32
Luminance
0.0765
Every format
| HEX | #2245ae |
| RGB | rgb(34, 69, 174) |
| HSL | hsl(225, 67%, 41%) |
| CMYK | cmyk(81%, 60%, 0%, 32%) |
| LAB | lab(33.3 27.1 -59.5) |
| LCH | lch(33.3 65.3 294.5) |
| OKLCH | oklch(0.435 0.172 265.4) |
Copy-ready code
/* CSS */
color: #2245ae;
background-color: #2245ae;
/* Tailwind (arbitrary) */
class="text-[#2245ae] bg-[#2245ae]"
/* SCSS */
$brand: #2245ae;
/* SwiftUI */
Color(red: 0.133, green: 0.271, blue: 0.682)
/* Android */
Color.parseColor("#2245ae")Accessibility — WCAG contrast
Aa
#2245ae on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2245ae on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green27.1%
Blue68.2%
CMYK percentages
Cyan80.5%
Magenta60.3%
Yellow0.0%
Key (black)31.8%
Color previews
#2245ae text on a black background
contrast 2.53:1
Card sample
#2245ae text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2245ae;
Background color
Panel with #2245ae background
background-color: #2245ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2245ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 69, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 69, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2245ae; background: linear-gradient(135deg, #2245ae, #5C22AE);