#3f3cdf
a balanced, vivid blue · warm · closest name: navy
RGB
63, 60, 223
HSL
241°, 72%, 56%
CMYK
72, 73, 0, 13
Luminance
0.0962
Every format
| HEX | #3f3cdf |
| RGB | rgb(63, 60, 223) |
| HSL | hsl(241, 72%, 56%) |
| CMYK | cmyk(72%, 73%, 0%, 13%) |
| LAB | lab(37.1 52.5 -81.6) |
| LCH | lch(37.1 97.1 302.8) |
| OKLCH | oklch(0.480 0.237 273.7) |
Copy-ready code
/* CSS */
color: #3f3cdf;
background-color: #3f3cdf;
/* Tailwind (arbitrary) */
class="text-[#3f3cdf] bg-[#3f3cdf]"
/* SCSS */
$brand: #3f3cdf;
/* SwiftUI */
Color(red: 0.247, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#3f3cdf")Accessibility — WCAG contrast
Aa
#3f3cdf on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f3cdf on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan71.7%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3f3cdf text on a black background
contrast 2.92:1
Card sample
#3f3cdf text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f3cdf;
Background color
Panel with #3f3cdf background
background-color: #3f3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f3cdf; background: linear-gradient(135deg, #3f3cdf, #AC3CDF);