#3f6dfe
a balanced, electric blue · warm · closest name: royalblue
RGB
63, 109, 254
HSL
226°, 99%, 62%
CMYK
75, 57, 0, 0
Luminance
0.1915
Every format
| HEX | #3f6dfe |
| RGB | rgb(63, 109, 254) |
| HSL | hsl(226, 99%, 62%) |
| CMYK | cmyk(75%, 57%, 0%, 0%) |
| LAB | lab(50.9 33.9 -76.6) |
| LCH | lch(50.9 83.7 293.9) |
| OKLCH | oklch(0.589 0.222 266.2) |
Copy-ready code
/* CSS */
color: #3f6dfe;
background-color: #3f6dfe;
/* Tailwind (arbitrary) */
class="text-[#3f6dfe] bg-[#3f6dfe]"
/* SCSS */
$brand: #3f6dfe;
/* SwiftUI */
Color(red: 0.247, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#3f6dfe")Accessibility — WCAG contrast
Aa
#3f6dfe on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f6dfe on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green42.7%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#3f6dfe text on a black background
contrast 4.83:1
Card sample
#3f6dfe text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f6dfe;
Background color
Panel with #3f6dfe background
background-color: #3f6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f6dfe; background: linear-gradient(135deg, #3f6dfe, #903FFE);