#1611ff
a balanced, electric blue · warm · closest name: blue
RGB
22, 17, 255
HSL
241°, 100%, 53%
CMYK
91, 93, 0, 0
Luminance
0.0779
Every format
| HEX | #1611ff |
| RGB | rgb(22, 17, 255) |
| HSL | hsl(241, 100%, 53%) |
| CMYK | cmyk(91%, 93%, 0%, 0%) |
| LAB | lab(33.5 76.6 -105.8) |
| LCH | lch(33.5 130.6 305.9) |
| OKLCH | oklch(0.461 0.306 265.8) |
Copy-ready code
/* CSS */
color: #1611ff;
background-color: #1611ff;
/* Tailwind (arbitrary) */
class="text-[#1611ff] bg-[#1611ff]"
/* SCSS */
$brand: #1611ff;
/* SwiftUI */
Color(red: 0.086, green: 0.067, blue: 1.000)
/* Android */
Color.parseColor("#1611ff")Accessibility — WCAG contrast
Aa
#1611ff on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1611ff on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green6.7%
Blue100.0%
CMYK percentages
Cyan91.4%
Magenta93.3%
Yellow0.0%
Key (black)0.0%
Color previews
#1611ff text on a black background
contrast 2.56:1
Card sample
#1611ff text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1611ff;
Background color
Panel with #1611ff background
background-color: #1611ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1611ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 17, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 17, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1611ff; background: linear-gradient(135deg, #1611ff, #B511FF);