#1669df
a balanced, electric blue · cool · closest name: royalblue
RGB
22, 105, 223
HSL
215°, 82%, 48%
CMYK
90, 53, 0, 13
Luminance
0.1560
Every format
| HEX | #1669df |
| RGB | rgb(22, 105, 223) |
| HSL | hsl(215, 82%, 48%) |
| CMYK | cmyk(90%, 53%, 0%, 13%) |
| LAB | lab(46.4 21.6 -66.4) |
| LCH | lch(46.4 69.9 288.0) |
| OKLCH | oklch(0.545 0.196 259.0) |
Copy-ready code
/* CSS */
color: #1669df;
background-color: #1669df;
/* Tailwind (arbitrary) */
class="text-[#1669df] bg-[#1669df]"
/* SCSS */
$brand: #1669df;
/* SwiftUI */
Color(red: 0.086, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#1669df")Accessibility — WCAG contrast
Aa
#1669df on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1669df on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green41.2%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#1669df text on a black background
contrast 4.12:1
Card sample
#1669df text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1669df;
Background color
Panel with #1669df background
background-color: #1669df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1669df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1669df; background: linear-gradient(135deg, #1669df, #4916DF);