#161cdf
a balanced, electric blue · warm · closest name: blue
RGB
22, 28, 223
HSL
238°, 82%, 48%
CMYK
90, 87, 0, 13
Luminance
0.0633
Every format
| HEX | #161cdf |
| RGB | rgb(22, 28, 223) |
| HSL | hsl(238, 82%, 48%) |
| CMYK | cmyk(90%, 87%, 0%, 13%) |
| LAB | lab(30.2 65.2 -93.2) |
| LCH | lch(30.2 113.7 305.0) |
| OKLCH | oklch(0.427 0.270 266.3) |
Copy-ready code
/* CSS */
color: #161cdf;
background-color: #161cdf;
/* Tailwind (arbitrary) */
class="text-[#161cdf] bg-[#161cdf]"
/* SCSS */
$brand: #161cdf;
/* SwiftUI */
Color(red: 0.086, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#161cdf")Accessibility — WCAG contrast
Aa
#161cdf on white: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161cdf on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green11.0%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#161cdf text on a black background
contrast 2.27:1
Card sample
#161cdf text on a white background
contrast 9.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161cdf;
Background color
Panel with #161cdf background
background-color: #161cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161cdf; background: linear-gradient(135deg, #161cdf, #9616DF);