#1652df
a balanced, electric blue · cool · closest name: royalblue
RGB
22, 82, 223
HSL
222°, 82%, 48%
CMYK
90, 63, 0, 13
Luminance
0.1153
Every format
| HEX | #1652df |
| RGB | rgb(22, 82, 223) |
| HSL | hsl(222, 82%, 48%) |
| CMYK | cmyk(90%, 63%, 0%, 13%) |
| LAB | lab(40.5 36.5 -76.2) |
| LCH | lch(40.5 84.5 295.6) |
| OKLCH | oklch(0.500 0.223 263.2) |
Copy-ready code
/* CSS */
color: #1652df;
background-color: #1652df;
/* Tailwind (arbitrary) */
class="text-[#1652df] bg-[#1652df]"
/* SCSS */
$brand: #1652df;
/* SwiftUI */
Color(red: 0.086, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#1652df")Accessibility — WCAG contrast
Aa
#1652df on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1652df on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green32.2%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#1652df text on a black background
contrast 3.31:1
Card sample
#1652df text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1652df;
Background color
Panel with #1652df background
background-color: #1652df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1652df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1652df; background: linear-gradient(135deg, #1652df, #6016DF);