#4468df
a balanced, vivid blue · warm · “royalblue”
RGB
68, 104, 223
HSL
226°, 71%, 57%
CMYK
70, 53, 0, 13
Luminance
0.1646
Every format
| HEX | #4468df |
| RGB | rgb(68, 104, 223) |
| HSL | hsl(226, 71%, 57%) |
| CMYK | cmyk(70%, 53%, 0%, 13%) |
| LAB | lab(47.6 26.6 -64.5) |
| LCH | lch(47.6 69.8 292.4) |
| OKLCH | oklch(0.558 0.186 267.4) |
Copy-ready code
/* CSS */
color: #4468df;
background-color: #4468df;
/* Tailwind (arbitrary) */
class="text-[#4468df] bg-[#4468df]"
/* SCSS */
$brand: #4468df;
/* SwiftUI */
Color(red: 0.267, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#4468df")Accessibility — WCAG contrast
Aa
#4468df on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4468df on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.8%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4468df text on a black background
contrast 4.29:1
Card sample
#4468df text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4468df;
Background color
Panel with #4468df background
background-color: #4468df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4468df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4468df; background: linear-gradient(135deg, #4468df, #8844DF);