#3f2dac
a dark, vivid blue · warm · closest name: indigo
RGB
63, 45, 172
HSL
249°, 59%, 43%
CMYK
63, 74, 0, 33
Luminance
0.0591
Every format
| HEX | #3f2dac |
| RGB | rgb(63, 45, 172) |
| HSL | hsl(249, 59%, 43%) |
| CMYK | cmyk(63%, 74%, 0%, 33%) |
| LAB | lab(29.2 44.6 -64.9) |
| LCH | lch(29.2 78.7 304.5) |
| OKLCH | oklch(0.409 0.190 280.3) |
Copy-ready code
/* CSS */
color: #3f2dac;
background-color: #3f2dac;
/* Tailwind (arbitrary) */
class="text-[#3f2dac] bg-[#3f2dac]"
/* SCSS */
$brand: #3f2dac;
/* SwiftUI */
Color(red: 0.247, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#3f2dac")Accessibility — WCAG contrast
Aa
#3f2dac on white: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2dac on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.6%
Blue67.5%
CMYK percentages
Cyan63.4%
Magenta73.8%
Yellow0.0%
Key (black)32.5%
Color previews
#3f2dac text on a black background
contrast 2.18:1
Card sample
#3f2dac text on a white background
contrast 9.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2dac;
Background color
Panel with #3f2dac background
background-color: #3f2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2dac; background: linear-gradient(135deg, #3f2dac, #932DAC);