#1653af
a dark, electric blue · cool · closest name: royalblue
RGB
22, 83, 175
HSL
216°, 78%, 39%
CMYK
87, 53, 0, 31
Luminance
0.0945
Every format
| HEX | #1653af |
| RGB | rgb(22, 83, 175) |
| HSL | hsl(216, 78%, 39%) |
| CMYK | cmyk(87%, 53%, 0%, 31%) |
| LAB | lab(36.8 17.1 -54.2) |
| LCH | lch(36.8 56.9 287.5) |
| OKLCH | oklch(0.461 0.159 259.3) |
Copy-ready code
/* CSS */
color: #1653af;
background-color: #1653af;
/* Tailwind (arbitrary) */
class="text-[#1653af] bg-[#1653af]"
/* SCSS */
$brand: #1653af;
/* SwiftUI */
Color(red: 0.086, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#1653af")Accessibility — WCAG contrast
Aa
#1653af on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1653af on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green32.5%
Blue68.6%
CMYK percentages
Cyan87.4%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#1653af text on a black background
contrast 2.89:1
Card sample
#1653af text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1653af;
Background color
Panel with #1653af background
background-color: #1653af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1653af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1653af; background: linear-gradient(135deg, #1653af, #3F16AF);