#161dfd
a balanced, electric blue · warm · closest name: blue
RGB
22, 29, 253
HSL
238°, 98%, 54%
CMYK
91, 89, 0, 1
Luminance
0.0814
Every format
| HEX | #161dfd |
| RGB | rgb(22, 29, 253) |
| HSL | hsl(238, 98%, 54%) |
| CMYK | cmyk(91%, 89%, 0%, 1%) |
| LAB | lab(34.3 73.0 -103.4) |
| LCH | lch(34.3 126.6 305.2) |
| OKLCH | oklch(0.466 0.300 265.8) |
Copy-ready code
/* CSS */
color: #161dfd;
background-color: #161dfd;
/* Tailwind (arbitrary) */
class="text-[#161dfd] bg-[#161dfd]"
/* SCSS */
$brand: #161dfd;
/* SwiftUI */
Color(red: 0.086, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#161dfd")Accessibility — WCAG contrast
Aa
#161dfd on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161dfd on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green11.4%
Blue99.2%
CMYK percentages
Cyan91.3%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#161dfd text on a black background
contrast 2.63:1
Card sample
#161dfd text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161dfd;
Background color
Panel with #161dfd background
background-color: #161dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161dfd; background: linear-gradient(135deg, #161dfd, #A916FD);