#1607df
a balanced, electric blue · warm · closest name: blue
RGB
22, 7, 223
HSL
244°, 94%, 45%
CMYK
90, 97, 0, 13
Luminance
0.0565
Every format
| HEX | #1607df |
| RGB | rgb(22, 7, 223) |
| HSL | hsl(244, 94%, 45%) |
| CMYK | cmyk(90%, 97%, 0%, 13%) |
| LAB | lab(28.5 70.5 -96.0) |
| LCH | lch(28.5 119.1 306.3) |
| OKLCH | oklch(0.416 0.278 266.4) |
Copy-ready code
/* CSS */
color: #1607df;
background-color: #1607df;
/* Tailwind (arbitrary) */
class="text-[#1607df] bg-[#1607df]"
/* SCSS */
$brand: #1607df;
/* SwiftUI */
Color(red: 0.086, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#1607df")Accessibility — WCAG contrast
Aa
#1607df on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1607df on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green2.7%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#1607df text on a black background
contrast 2.13:1
Card sample
#1607df text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1607df;
Background color
Panel with #1607df background
background-color: #1607df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1607df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1607df; background: linear-gradient(135deg, #1607df, #A607DF);