#3922cf
a balanced, vivid blue · warm · closest name: navy
RGB
57, 34, 207
HSL
248°, 72%, 47%
CMYK
73, 84, 0, 19
Luminance
0.0652
Every format
| HEX | #3922cf |
| RGB | rgb(57, 34, 207) |
| HSL | hsl(248, 72%, 47%) |
| CMYK | cmyk(73%, 84%, 0%, 19%) |
| LAB | lab(30.7 59.8 -83.1) |
| LCH | lch(30.7 102.3 305.7) |
| OKLCH | oklch(0.429 0.241 275.1) |
Copy-ready code
/* CSS */
color: #3922cf;
background-color: #3922cf;
/* Tailwind (arbitrary) */
class="text-[#3922cf] bg-[#3922cf]"
/* SCSS */
$brand: #3922cf;
/* SwiftUI */
Color(red: 0.224, green: 0.133, blue: 0.812)
/* Android */
Color.parseColor("#3922cf")Accessibility — WCAG contrast
Aa
#3922cf on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3922cf on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green13.3%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta83.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3922cf text on a black background
contrast 2.30:1
Card sample
#3922cf text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3922cf;
Background color
Panel with #3922cf background
background-color: #3922cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3922cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 34, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 34, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3922cf; background: linear-gradient(135deg, #3922cf, #AD22CF);