#2d4cef
a balanced, electric blue · warm · closest name: slateblue
RGB
45, 76, 239
HSL
230°, 86%, 56%
CMYK
81, 68, 0, 6
Luminance
0.1196
Every format
| HEX | #2d4cef |
| RGB | rgb(45, 76, 239) |
| HSL | hsl(230, 86%, 56%) |
| CMYK | cmyk(81%, 68%, 0%, 6%) |
| LAB | lab(41.1 47.3 -84.1) |
| LCH | lch(41.1 96.5 299.3) |
| OKLCH | oklch(0.512 0.244 267.4) |
Copy-ready code
/* CSS */
color: #2d4cef;
background-color: #2d4cef;
/* Tailwind (arbitrary) */
class="text-[#2d4cef] bg-[#2d4cef]"
/* SCSS */
$brand: #2d4cef;
/* SwiftUI */
Color(red: 0.176, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#2d4cef")Accessibility — WCAG contrast
Aa
#2d4cef on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d4cef on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green29.8%
Blue93.7%
CMYK percentages
Cyan81.2%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#2d4cef text on a black background
contrast 3.39:1
Card sample
#2d4cef text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d4cef;
Background color
Panel with #2d4cef background
background-color: #2d4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d4cef; background: linear-gradient(135deg, #2d4cef, #8F2DEF);