#4025df
a balanced, vivid blue · warm · closest name: blue
RGB
64, 37, 223
HSL
249°, 74%, 51%
CMYK
71, 83, 0, 13
Luminance
0.0774
Every format
| HEX | #4025df |
| RGB | rgb(64, 37, 223) |
| HSL | hsl(249, 74%, 51%) |
| CMYK | cmyk(71%, 83%, 0%, 13%) |
| LAB | lab(33.4 63.5 -87.8) |
| LCH | lch(33.4 108.3 305.9) |
| OKLCH | oklch(0.455 0.255 275.7) |
Copy-ready code
/* CSS */
color: #4025df;
background-color: #4025df;
/* Tailwind (arbitrary) */
class="text-[#4025df] bg-[#4025df]"
/* SCSS */
$brand: #4025df;
/* SwiftUI */
Color(red: 0.251, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#4025df")Accessibility — WCAG contrast
Aa
#4025df on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4025df on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green14.5%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4025df text on a black background
contrast 2.55:1
Card sample
#4025df text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4025df;
Background color
Panel with #4025df background
background-color: #4025df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4025df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4025df; background: linear-gradient(135deg, #4025df, #BC25DF);