#3f2baf
a dark, vivid blue · warm · closest name: navy
RGB
63, 43, 175
HSL
249°, 61%, 43%
CMYK
64, 75, 0, 31
Luminance
0.0588
Every format
| HEX | #3f2baf |
| RGB | rgb(63, 43, 175) |
| HSL | hsl(249, 61%, 43%) |
| CMYK | cmyk(64%, 75%, 0%, 31%) |
| LAB | lab(29.1 46.6 -66.8) |
| LCH | lch(29.1 81.5 304.9) |
| OKLCH | oklch(0.409 0.196 280.2) |
Copy-ready code
/* CSS */
color: #3f2baf;
background-color: #3f2baf;
/* Tailwind (arbitrary) */
class="text-[#3f2baf] bg-[#3f2baf]"
/* SCSS */
$brand: #3f2baf;
/* SwiftUI */
Color(red: 0.247, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#3f2baf")Accessibility — WCAG contrast
Aa
#3f2baf on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2baf on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green16.9%
Blue68.6%
CMYK percentages
Cyan64.0%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#3f2baf text on a black background
contrast 2.18:1
Card sample
#3f2baf text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2baf;
Background color
Panel with #3f2baf background
background-color: #3f2baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2baf; background: linear-gradient(135deg, #3f2baf, #972BAF);