#433cfd
a balanced, electric blue · warm · closest name: blue
RGB
67, 60, 253
HSL
242°, 98%, 61%
CMYK
74, 76, 0, 1
Luminance
0.1152
Every format
| HEX | #433cfd |
| RGB | rgb(67, 60, 253) |
| HSL | hsl(242, 98%, 61%) |
| CMYK | cmyk(74%, 76%, 0%, 1%) |
| LAB | lab(40.4 62.1 -93.1) |
| LCH | lch(40.4 112.0 303.7) |
| OKLCH | oklch(0.513 0.270 273.0) |
Copy-ready code
/* CSS */
color: #433cfd;
background-color: #433cfd;
/* Tailwind (arbitrary) */
class="text-[#433cfd] bg-[#433cfd]"
/* SCSS */
$brand: #433cfd;
/* SwiftUI */
Color(red: 0.263, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#433cfd")Accessibility — WCAG contrast
Aa
#433cfd on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#433cfd on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green23.5%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#433cfd text on a black background
contrast 3.30:1
Card sample
#433cfd text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433cfd;
Background color
Panel with #433cfd background
background-color: #433cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433cfd; background: linear-gradient(135deg, #433cfd, #C43CFD);