#3f69ba
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
63, 105, 186
HSL
220°, 49%, 49%
CMYK
66, 44, 0, 27
Luminance
0.1471
Every format
| HEX | #3f69ba |
| RGB | rgb(63, 105, 186) |
| HSL | hsl(220, 49%, 49%) |
| CMYK | cmyk(66%, 44%, 0%, 27%) |
| LAB | lab(45.2 11.9 -47.1) |
| LCH | lch(45.2 48.6 284.2) |
| OKLCH | oklch(0.532 0.136 262.2) |
Copy-ready code
/* CSS */
color: #3f69ba;
background-color: #3f69ba;
/* Tailwind (arbitrary) */
class="text-[#3f69ba] bg-[#3f69ba]"
/* SCSS */
$brand: #3f69ba;
/* SwiftUI */
Color(red: 0.247, green: 0.412, blue: 0.729)
/* Android */
Color.parseColor("#3f69ba")Accessibility — WCAG contrast
Aa
#3f69ba on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f69ba on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green41.2%
Blue72.9%
CMYK percentages
Cyan66.1%
Magenta43.5%
Yellow0.0%
Key (black)27.1%
Color previews
#3f69ba text on a black background
contrast 3.94:1
Card sample
#3f69ba text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f69ba;
Background color
Panel with #3f69ba background
background-color: #3f69ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f69ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 105, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 105, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f69ba; background: linear-gradient(135deg, #3f69ba, #673FBA);