#3f3ada
a balanced, vivid blue · warm · closest name: navy
RGB
63, 58, 218
HSL
242°, 68%, 54%
CMYK
71, 73, 0, 15
Luminance
0.0914
Every format
| HEX | #3f3ada |
| RGB | rgb(63, 58, 218) |
| HSL | hsl(242, 68%, 54%) |
| CMYK | cmyk(71%, 73%, 0%, 15%) |
| LAB | lab(36.3 52.0 -80.2) |
| LCH | lch(36.3 95.6 303.0) |
| OKLCH | oklch(0.473 0.233 274.2) |
Copy-ready code
/* CSS */
color: #3f3ada;
background-color: #3f3ada;
/* Tailwind (arbitrary) */
class="text-[#3f3ada] bg-[#3f3ada]"
/* SCSS */
$brand: #3f3ada;
/* SwiftUI */
Color(red: 0.247, green: 0.227, blue: 0.855)
/* Android */
Color.parseColor("#3f3ada")Accessibility — WCAG contrast
Aa
#3f3ada on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f3ada on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green22.7%
Blue85.5%
CMYK percentages
Cyan71.1%
Magenta73.4%
Yellow0.0%
Key (black)14.5%
Color previews
#3f3ada text on a black background
contrast 2.83:1
Card sample
#3f3ada text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f3ada;
Background color
Panel with #3f3ada background
background-color: #3f3ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f3ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 58, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 58, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f3ada; background: linear-gradient(135deg, #3f3ada, #AA3ADA);