#431dfd
a balanced, electric blue · warm · closest name: blue
RGB
67, 29, 253
HSL
250°, 98%, 55%
CMYK
74, 89, 0, 1
Luminance
0.0916
Every format
| HEX | #431dfd |
| RGB | rgb(67, 29, 253) |
| HSL | hsl(250, 98%, 55%) |
| CMYK | cmyk(74%, 89%, 0%, 1%) |
| LAB | lab(36.3 74.3 -100.0) |
| LCH | lch(36.3 124.6 306.6) |
| OKLCH | oklch(0.485 0.290 274.4) |
Copy-ready code
/* CSS */
color: #431dfd;
background-color: #431dfd;
/* Tailwind (arbitrary) */
class="text-[#431dfd] bg-[#431dfd]"
/* SCSS */
$brand: #431dfd;
/* SwiftUI */
Color(red: 0.263, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#431dfd")Accessibility — WCAG contrast
Aa
#431dfd on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431dfd on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green11.4%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#431dfd text on a black background
contrast 2.83:1
Card sample
#431dfd text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431dfd;
Background color
Panel with #431dfd background
background-color: #431dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431dfd; background: linear-gradient(135deg, #431dfd, #D81DFD);