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