#3969df
a balanced, vivid blue · cool · “royalblue”
RGB
57, 105, 223
HSL
223°, 72%, 55%
CMYK
74, 53, 0, 13
Luminance
0.1630
Every format
| HEX | #3969df |
| RGB | rgb(57, 105, 223) |
| HSL | hsl(223, 72%, 55%) |
| CMYK | cmyk(74%, 53%, 0%, 13%) |
| LAB | lab(47.4 24.5 -64.9) |
| LCH | lch(47.4 69.4 290.7) |
| OKLCH | oklch(0.555 0.188 264.4) |
Copy-ready code
/* CSS */
color: #3969df;
background-color: #3969df;
/* Tailwind (arbitrary) */
class="text-[#3969df] bg-[#3969df]"
/* SCSS */
$brand: #3969df;
/* SwiftUI */
Color(red: 0.224, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#3969df")Accessibility — WCAG contrast
Aa
#3969df on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3969df on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green41.2%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3969df text on a black background
contrast 4.26:1
Card sample
#3969df text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3969df;
Background color
Panel with #3969df background
background-color: #3969df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3969df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3969df; background: linear-gradient(135deg, #3969df, #7839DF);