#3f5fcf
a balanced, vivid blue · warm · closest name: royalblue
RGB
63, 95, 207
HSL
227°, 60%, 53%
CMYK
70, 54, 0, 19
Luminance
0.1375
Every format
| HEX | #3f5fcf |
| RGB | rgb(63, 95, 207) |
| HSL | hsl(227, 60%, 53%) |
| CMYK | cmyk(70%, 54%, 0%, 19%) |
| LAB | lab(43.9 25.9 -61.4) |
| LCH | lch(43.9 66.7 292.8) |
| OKLCH | oklch(0.526 0.177 267.8) |
Copy-ready code
/* CSS */
color: #3f5fcf;
background-color: #3f5fcf;
/* Tailwind (arbitrary) */
class="text-[#3f5fcf] bg-[#3f5fcf]"
/* SCSS */
$brand: #3f5fcf;
/* SwiftUI */
Color(red: 0.247, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#3f5fcf")Accessibility — WCAG contrast
Aa
#3f5fcf on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f5fcf on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green37.3%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#3f5fcf text on a black background
contrast 3.75:1
Card sample
#3f5fcf text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f5fcf;
Background color
Panel with #3f5fcf background
background-color: #3f5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f5fcf; background: linear-gradient(135deg, #3f5fcf, #7F3FCF);