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