#3d2ccb
a balanced, vivid blue · warm · closest name: navy
RGB
61, 44, 203
HSL
246°, 64%, 48%
CMYK
70, 78, 0, 20
Luminance
0.0711
Every format
| HEX | #3d2ccb |
| RGB | rgb(61, 44, 203) |
| HSL | hsl(246, 64%, 48%) |
| CMYK | cmyk(70%, 78%, 0%, 20%) |
| LAB | lab(32.0 54.5 -78.5) |
| LCH | lch(32.0 95.5 304.7) |
| OKLCH | oklch(0.438 0.228 276.1) |
Copy-ready code
/* CSS */
color: #3d2ccb;
background-color: #3d2ccb;
/* Tailwind (arbitrary) */
class="text-[#3d2ccb] bg-[#3d2ccb]"
/* SCSS */
$brand: #3d2ccb;
/* SwiftUI */
Color(red: 0.239, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#3d2ccb")Accessibility — WCAG contrast
Aa
#3d2ccb on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d2ccb on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green17.3%
Blue79.6%
CMYK percentages
Cyan70.0%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#3d2ccb text on a black background
contrast 2.42:1
Card sample
#3d2ccb text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d2ccb;
Background color
Panel with #3d2ccb background
background-color: #3d2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d2ccb; background: linear-gradient(135deg, #3d2ccb, #A72CCB);