#3f2ccf
a balanced, vivid blue · warm · closest name: navy
RGB
63, 44, 207
HSL
247°, 65%, 49%
CMYK
70, 79, 0, 19
Luminance
0.0736
Every format
| HEX | #3f2ccf |
| RGB | rgb(63, 44, 207) |
| HSL | hsl(247, 65%, 49%) |
| CMYK | cmyk(70%, 79%, 0%, 19%) |
| LAB | lab(32.6 55.8 -79.9) |
| LCH | lch(32.6 97.4 304.9) |
| OKLCH | oklch(0.444 0.232 276.4) |
Copy-ready code
/* CSS */
color: #3f2ccf;
background-color: #3f2ccf;
/* Tailwind (arbitrary) */
class="text-[#3f2ccf] bg-[#3f2ccf]"
/* SCSS */
$brand: #3f2ccf;
/* SwiftUI */
Color(red: 0.247, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#3f2ccf")Accessibility — WCAG contrast
Aa
#3f2ccf on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2ccf on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.3%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3f2ccf text on a black background
contrast 2.47:1
Card sample
#3f2ccf text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2ccf;
Background color
Panel with #3f2ccf background
background-color: #3f2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2ccf; background: linear-gradient(135deg, #3f2ccf, #AC2CCF);