#3f2dbf
a balanced, vivid blue · warm · closest name: navy
RGB
63, 45, 191
HSL
247°, 62%, 46%
CMYK
67, 76, 0, 25
Luminance
0.0670
Every format
| HEX | #3f2dbf |
| RGB | rgb(63, 45, 191) |
| HSL | hsl(247, 62%, 46%) |
| CMYK | cmyk(67%, 76%, 0%, 25%) |
| LAB | lab(31.1 50.5 -73.0) |
| LCH | lch(31.1 88.8 304.7) |
| OKLCH | oklch(0.428 0.213 278.0) |
Copy-ready code
/* CSS */
color: #3f2dbf;
background-color: #3f2dbf;
/* Tailwind (arbitrary) */
class="text-[#3f2dbf] bg-[#3f2dbf]"
/* SCSS */
$brand: #3f2dbf;
/* SwiftUI */
Color(red: 0.247, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#3f2dbf")Accessibility — WCAG contrast
Aa
#3f2dbf on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2dbf on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.6%
Blue74.9%
CMYK percentages
Cyan67.0%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#3f2dbf text on a black background
contrast 2.34:1
Card sample
#3f2dbf text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2dbf;
Background color
Panel with #3f2dbf background
background-color: #3f2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2dbf; background: linear-gradient(135deg, #3f2dbf, #A02DBF);