#160ade
a balanced, electric blue · warm · closest name: blue
RGB
22, 10, 222
HSL
243°, 91%, 46%
CMYK
90, 96, 0, 13
Luminance
0.0566
Every format
| HEX | #160ade |
| RGB | rgb(22, 10, 222) |
| HSL | hsl(243, 91%, 46%) |
| CMYK | cmyk(90%, 96%, 0%, 13%) |
| LAB | lab(28.5 69.7 -95.4) |
| LCH | lch(28.5 118.1 306.1) |
| OKLCH | oklch(0.415 0.276 266.4) |
Copy-ready code
/* CSS */
color: #160ade;
background-color: #160ade;
/* Tailwind (arbitrary) */
class="text-[#160ade] bg-[#160ade]"
/* SCSS */
$brand: #160ade;
/* SwiftUI */
Color(red: 0.086, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#160ade")Accessibility — WCAG contrast
Aa
#160ade on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160ade on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green3.9%
Blue87.1%
CMYK percentages
Cyan90.1%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#160ade text on a black background
contrast 2.13:1
Card sample
#160ade text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160ade;
Background color
Panel with #160ade background
background-color: #160ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160ade; background: linear-gradient(135deg, #160ade, #A30ADE);