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