#4232fc
a balanced, electric blue · warm · closest name: blue
RGB
66, 50, 252
HSL
245°, 97%, 59%
CMYK
74, 80, 0, 1
Luminance
0.1047
Every format
| HEX | #4232fc |
| RGB | rgb(66, 50, 252) |
| HSL | hsl(245, 97%, 59%) |
| CMYK | cmyk(74%, 80%, 0%, 1%) |
| LAB | lab(38.7 66.4 -95.5) |
| LCH | lch(38.7 116.3 304.8) |
| OKLCH | oklch(0.501 0.277 273.4) |
Copy-ready code
/* CSS */
color: #4232fc;
background-color: #4232fc;
/* Tailwind (arbitrary) */
class="text-[#4232fc] bg-[#4232fc]"
/* SCSS */
$brand: #4232fc;
/* SwiftUI */
Color(red: 0.259, green: 0.196, blue: 0.988)
/* Android */
Color.parseColor("#4232fc")Accessibility — WCAG contrast
Aa
#4232fc on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4232fc on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green19.6%
Blue98.8%
CMYK percentages
Cyan73.8%
Magenta80.2%
Yellow0.0%
Key (black)1.2%
Color previews
#4232fc text on a black background
contrast 3.09:1
Card sample
#4232fc text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4232fc;
Background color
Panel with #4232fc background
background-color: #4232fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4232fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 50, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 50, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4232fc; background: linear-gradient(135deg, #4232fc, #C932FC);