#4068df
a balanced, vivid blue · cool · “royalblue”
RGB
64, 104, 223
HSL
225°, 71%, 56%
CMYK
71, 53, 0, 13
Luminance
0.1632
Every format
| HEX | #4068df |
| RGB | rgb(64, 104, 223) |
| HSL | hsl(225, 71%, 56%) |
| CMYK | cmyk(71%, 53%, 0%, 13%) |
| LAB | lab(47.4 26.1 -64.8) |
| LCH | lch(47.4 69.9 291.9) |
| OKLCH | oklch(0.556 0.187 266.3) |
Copy-ready code
/* CSS */
color: #4068df;
background-color: #4068df;
/* Tailwind (arbitrary) */
class="text-[#4068df] bg-[#4068df]"
/* SCSS */
$brand: #4068df;
/* SwiftUI */
Color(red: 0.251, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#4068df")Accessibility — WCAG contrast
Aa
#4068df on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4068df on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green40.8%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4068df text on a black background
contrast 4.26:1
Card sample
#4068df text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4068df;
Background color
Panel with #4068df background
background-color: #4068df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4068df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4068df; background: linear-gradient(135deg, #4068df, #8240DF);