#2c3fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
44, 63, 223
HSL
234°, 74%, 52%
CMYK
80, 72, 0, 13
Luminance
0.0942
Every format
| HEX | #2c3fdf |
| RGB | rgb(44, 63, 223) |
| HSL | hsl(234, 74%, 52%) |
| CMYK | cmyk(80%, 72%, 0%, 13%) |
| LAB | lab(36.8 49.4 -82.3) |
| LCH | lch(36.8 95.9 301.0) |
| OKLCH | oklch(0.475 0.238 268.7) |
Copy-ready code
/* CSS */
color: #2c3fdf;
background-color: #2c3fdf;
/* Tailwind (arbitrary) */
class="text-[#2c3fdf] bg-[#2c3fdf]"
/* SCSS */
$brand: #2c3fdf;
/* SwiftUI */
Color(red: 0.173, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#2c3fdf")Accessibility — WCAG contrast
Aa
#2c3fdf on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3fdf on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green24.7%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2c3fdf text on a black background
contrast 2.88:1
Card sample
#2c3fdf text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3fdf;
Background color
Panel with #2c3fdf background
background-color: #2c3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3fdf; background: linear-gradient(135deg, #2c3fdf, #902CDF);