#4115df
a balanced, electric blue · warm · closest name: blue
RGB
65, 21, 223
HSL
253°, 83%, 48%
CMYK
71, 91, 0, 13
Luminance
0.0699
Every format
| HEX | #4115df |
| RGB | rgb(65, 21, 223) |
| HSL | hsl(253, 83%, 48%) |
| CMYK | cmyk(71%, 91%, 0%, 13%) |
| LAB | lab(31.8 68.8 -90.5) |
| LCH | lch(31.8 113.7 307.2) |
| OKLCH | oklch(0.444 0.263 276.7) |
Copy-ready code
/* CSS */
color: #4115df;
background-color: #4115df;
/* Tailwind (arbitrary) */
class="text-[#4115df] bg-[#4115df]"
/* SCSS */
$brand: #4115df;
/* SwiftUI */
Color(red: 0.255, green: 0.082, blue: 0.875)
/* Android */
Color.parseColor("#4115df")Accessibility — WCAG contrast
Aa
#4115df on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4115df on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green8.2%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta90.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4115df text on a black background
contrast 2.40:1
Card sample
#4115df text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4115df;
Background color
Panel with #4115df background
background-color: #4115df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4115df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 21, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 21, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4115df; background: linear-gradient(135deg, #4115df, #C815DF);