#4313fd
a balanced, electric blue · warm · closest name: blue
RGB
67, 19, 253
HSL
252°, 98%, 53%
CMYK
74, 93, 0, 1
Luminance
0.0875
Every format
| HEX | #4313fd |
| RGB | rgb(67, 19, 253) |
| HSL | hsl(252, 98%, 53%) |
| CMYK | cmyk(74%, 93%, 0%, 1%) |
| LAB | lab(35.5 76.8 -101.3) |
| LCH | lch(35.5 127.1 307.1) |
| OKLCH | oklch(0.479 0.293 274.6) |
Copy-ready code
/* CSS */
color: #4313fd;
background-color: #4313fd;
/* Tailwind (arbitrary) */
class="text-[#4313fd] bg-[#4313fd]"
/* SCSS */
$brand: #4313fd;
/* SwiftUI */
Color(red: 0.263, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#4313fd")Accessibility — WCAG contrast
Aa
#4313fd on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4313fd on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green7.5%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#4313fd text on a black background
contrast 2.75:1
Card sample
#4313fd text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4313fd;
Background color
Panel with #4313fd background
background-color: #4313fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4313fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4313fd; background: linear-gradient(135deg, #4313fd, #DF13FD);