#3e69df
a balanced, vivid blue · cool · “royalblue”
RGB
62, 105, 223
HSL
224°, 72%, 56%
CMYK
72, 53, 0, 13
Luminance
0.1645
Every format
| HEX | #3e69df |
| RGB | rgb(62, 105, 223) |
| HSL | hsl(224, 72%, 56%) |
| CMYK | cmyk(72%, 53%, 0%, 13%) |
| LAB | lab(47.6 25.1 -64.6) |
| LCH | lch(47.6 69.3 291.3) |
| OKLCH | oklch(0.557 0.186 265.6) |
Copy-ready code
/* CSS */
color: #3e69df;
background-color: #3e69df;
/* Tailwind (arbitrary) */
class="text-[#3e69df] bg-[#3e69df]"
/* SCSS */
$brand: #3e69df;
/* SwiftUI */
Color(red: 0.243, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#3e69df")Accessibility — WCAG contrast
Aa
#3e69df on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e69df on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green41.2%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3e69df text on a black background
contrast 4.29:1
Card sample
#3e69df text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e69df;
Background color
Panel with #3e69df background
background-color: #3e69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e69df; background: linear-gradient(135deg, #3e69df, #7E3EDF);