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