#1625df
a balanced, electric blue · warm · closest name: blue
RGB
22, 37, 223
HSL
236°, 82%, 48%
CMYK
90, 83, 0, 13
Luminance
0.0682
Every format
| HEX | #1625df |
| RGB | rgb(22, 37, 223) |
| HSL | hsl(236, 82%, 48%) |
| CMYK | cmyk(90%, 83%, 0%, 13%) |
| LAB | lab(31.4 61.7 -91.2) |
| LCH | lch(31.4 110.1 304.1) |
| OKLCH | oklch(0.435 0.265 266.2) |
Copy-ready code
/* CSS */
color: #1625df;
background-color: #1625df;
/* Tailwind (arbitrary) */
class="text-[#1625df] bg-[#1625df]"
/* SCSS */
$brand: #1625df;
/* SwiftUI */
Color(red: 0.086, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#1625df")Accessibility — WCAG contrast
Aa
#1625df on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1625df on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green14.5%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#1625df text on a black background
contrast 2.36:1
Card sample
#1625df text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1625df;
Background color
Panel with #1625df background
background-color: #1625df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1625df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1625df; background: linear-gradient(135deg, #1625df, #8D16DF);