#433afd
a balanced, electric blue · warm · closest name: blue
RGB
67, 58, 253
HSL
243°, 98%, 61%
CMYK
74, 77, 0, 1
Luminance
0.1131
Every format
| HEX | #433afd |
| RGB | rgb(67, 58, 253) |
| HSL | hsl(243, 98%, 61%) |
| CMYK | cmyk(74%, 77%, 0%, 1%) |
| LAB | lab(40.1 63.1 -93.7) |
| LCH | lch(40.1 113.0 304.0) |
| OKLCH | oklch(0.511 0.272 273.2) |
Copy-ready code
/* CSS */
color: #433afd;
background-color: #433afd;
/* Tailwind (arbitrary) */
class="text-[#433afd] bg-[#433afd]"
/* SCSS */
$brand: #433afd;
/* SwiftUI */
Color(red: 0.263, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#433afd")Accessibility — WCAG contrast
Aa
#433afd on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#433afd on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green22.7%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#433afd text on a black background
contrast 3.26:1
Card sample
#433afd text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433afd;
Background color
Panel with #433afd background
background-color: #433afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433afd; background: linear-gradient(135deg, #433afd, #C53AFD);