#3f2ba5
a dark, vivid blue · warm · closest name: indigo
RGB
63, 43, 165
HSL
250°, 59%, 41%
CMYK
62, 74, 0, 35
Luminance
0.0550
Every format
| HEX | #3f2ba5 |
| RGB | rgb(63, 43, 165) |
| HSL | hsl(250, 59%, 41%) |
| CMYK | cmyk(62%, 74%, 0%, 35%) |
| LAB | lab(28.1 43.5 -62.4) |
| LCH | lch(28.1 76.1 304.9) |
| OKLCH | oklch(0.399 0.184 281.6) |
Copy-ready code
/* CSS */
color: #3f2ba5;
background-color: #3f2ba5;
/* Tailwind (arbitrary) */
class="text-[#3f2ba5] bg-[#3f2ba5]"
/* SCSS */
$brand: #3f2ba5;
/* SwiftUI */
Color(red: 0.247, green: 0.169, blue: 0.647)
/* Android */
Color.parseColor("#3f2ba5")Accessibility — WCAG contrast
Aa
#3f2ba5 on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2ba5 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green16.9%
Blue64.7%
CMYK percentages
Cyan61.8%
Magenta73.9%
Yellow0.0%
Key (black)35.3%
Color previews
#3f2ba5 text on a black background
contrast 2.10:1
Card sample
#3f2ba5 text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2ba5;
Background color
Panel with #3f2ba5 background
background-color: #3f2ba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2ba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 43, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 43, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2ba5; background: linear-gradient(135deg, #3f2ba5, #902BA5);