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