#332cdf
a balanced, vivid blue · warm · closest name: blue
RGB
51, 44, 223
HSL
242°, 74%, 52%
CMYK
77, 80, 0, 13
Luminance
0.0783
Every format
| HEX | #332cdf |
| RGB | rgb(51, 44, 223) |
| HSL | hsl(242, 74%, 52%) |
| CMYK | cmyk(77%, 80%, 0%, 13%) |
| LAB | lab(33.6 59.7 -87.5) |
| LCH | lch(33.6 105.9 304.3) |
| OKLCH | oklch(0.454 0.253 271.7) |
Copy-ready code
/* CSS */
color: #332cdf;
background-color: #332cdf;
/* Tailwind (arbitrary) */
class="text-[#332cdf] bg-[#332cdf]"
/* SCSS */
$brand: #332cdf;
/* SwiftUI */
Color(red: 0.200, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#332cdf")Accessibility — WCAG contrast
Aa
#332cdf on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332cdf on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green17.3%
Blue87.5%
CMYK percentages
Cyan77.1%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#332cdf text on a black background
contrast 2.57:1
Card sample
#332cdf text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332cdf;
Background color
Panel with #332cdf background
background-color: #332cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332cdf; background: linear-gradient(135deg, #332cdf, #AA2CDF);