#2d4cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
45, 76, 223
HSL
230°, 74%, 53%
CMYK
80, 66, 0, 13
Luminance
0.1105
Every format
| HEX | #2d4cdf |
| RGB | rgb(45, 76, 223) |
| HSL | hsl(230, 74%, 53%) |
| CMYK | cmyk(80%, 66%, 0%, 13%) |
| LAB | lab(39.7 41.7 -77.5) |
| LCH | lch(39.7 88.0 298.3) |
| OKLCH | oklch(0.496 0.225 267.5) |
Copy-ready code
/* CSS */
color: #2d4cdf;
background-color: #2d4cdf;
/* Tailwind (arbitrary) */
class="text-[#2d4cdf] bg-[#2d4cdf]"
/* SCSS */
$brand: #2d4cdf;
/* SwiftUI */
Color(red: 0.176, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#2d4cdf")Accessibility — WCAG contrast
Aa
#2d4cdf on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d4cdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan79.8%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#2d4cdf text on a black background
contrast 3.21:1
Card sample
#2d4cdf text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d4cdf;
Background color
Panel with #2d4cdf background
background-color: #2d4cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d4cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d4cdf; background: linear-gradient(135deg, #2d4cdf, #852DDF);