#2d3eb9
a balanced, vivid blue · warm · closest name: slateblue
RGB
45, 62, 185
HSL
233°, 61%, 45%
CMYK
76, 67, 0, 28
Luminance
0.0751
Every format
| HEX | #2d3eb9 |
| RGB | rgb(45, 62, 185) |
| HSL | hsl(233, 61%, 45%) |
| CMYK | cmyk(76%, 67%, 0%, 28%) |
| LAB | lab(32.9 36.8 -66.5) |
| LCH | lch(32.9 76.0 299.0) |
| OKLCH | oklch(0.437 0.192 269.9) |
Copy-ready code
/* CSS */
color: #2d3eb9;
background-color: #2d3eb9;
/* Tailwind (arbitrary) */
class="text-[#2d3eb9] bg-[#2d3eb9]"
/* SCSS */
$brand: #2d3eb9;
/* SwiftUI */
Color(red: 0.176, green: 0.243, blue: 0.725)
/* Android */
Color.parseColor("#2d3eb9")Accessibility — WCAG contrast
Aa
#2d3eb9 on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d3eb9 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green24.3%
Blue72.5%
CMYK percentages
Cyan75.7%
Magenta66.5%
Yellow0.0%
Key (black)27.5%
Color previews
#2d3eb9 text on a black background
contrast 2.50:1
Card sample
#2d3eb9 text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d3eb9;
Background color
Panel with #2d3eb9 background
background-color: #2d3eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d3eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 62, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 62, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d3eb9; background: linear-gradient(135deg, #2d3eb9, #792DB9);