#4331fd
a balanced, electric blue · warm · closest name: blue
RGB
67, 49, 253
HSL
245°, 98%, 59%
CMYK
74, 81, 0, 1
Luminance
0.1048
Every format
| HEX | #4331fd |
| RGB | rgb(67, 49, 253) |
| HSL | hsl(245, 98%, 59%) |
| CMYK | cmyk(74%, 81%, 0%, 1%) |
| LAB | lab(38.7 67.2 -96.0) |
| LCH | lch(38.7 117.2 305.0) |
| OKLCH | oklch(0.501 0.278 273.7) |
Copy-ready code
/* CSS */
color: #4331fd;
background-color: #4331fd;
/* Tailwind (arbitrary) */
class="text-[#4331fd] bg-[#4331fd]"
/* SCSS */
$brand: #4331fd;
/* SwiftUI */
Color(red: 0.263, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#4331fd")Accessibility — WCAG contrast
Aa
#4331fd on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4331fd on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green19.2%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#4331fd text on a black background
contrast 3.10:1
Card sample
#4331fd text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4331fd;
Background color
Panel with #4331fd background
background-color: #4331fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4331fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4331fd; background: linear-gradient(135deg, #4331fd, #CB31FD);