#5969df
a balanced, vivid blue · warm · closest name: royalblue
RGB
89, 105, 223
HSL
233°, 68%, 61%
CMYK
60, 53, 0, 13
Luminance
0.1755
Every format
| HEX | #5969df |
| RGB | rgb(89, 105, 223) |
| HSL | hsl(233, 68%, 61%) |
| CMYK | cmyk(60%, 53%, 0%, 13%) |
| LAB | lab(49.0 29.3 -62.3) |
| LCH | lch(49.0 68.8 295.2) |
| OKLCH | oklch(0.571 0.179 273.5) |
Copy-ready code
/* CSS */
color: #5969df;
background-color: #5969df;
/* Tailwind (arbitrary) */
class="text-[#5969df] bg-[#5969df]"
/* SCSS */
$brand: #5969df;
/* SwiftUI */
Color(red: 0.349, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#5969df")Accessibility — WCAG contrast
Aa
#5969df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5969df on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.2%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5969df text on a black background
contrast 4.51:1
Card sample
#5969df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5969df;
Background color
Panel with #5969df background
background-color: #5969df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5969df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5969df; background: linear-gradient(135deg, #5969df, #A259DF);