#4232df
a balanced, vivid blue · warm · closest name: navy
RGB
66, 50, 223
HSL
246°, 73%, 54%
CMYK
70, 78, 0, 13
Luminance
0.0877
Every format
| HEX | #4232df |
| RGB | rgb(66, 50, 223) |
| HSL | hsl(246, 73%, 54%) |
| CMYK | cmyk(70%, 78%, 0%, 13%) |
| LAB | lab(35.5 58.0 -84.3) |
| LCH | lch(35.5 102.3 304.5) |
| OKLCH | oklch(0.470 0.245 275.5) |
Copy-ready code
/* CSS */
color: #4232df;
background-color: #4232df;
/* Tailwind (arbitrary) */
class="text-[#4232df] bg-[#4232df]"
/* SCSS */
$brand: #4232df;
/* SwiftUI */
Color(red: 0.259, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#4232df")Accessibility — WCAG contrast
Aa
#4232df on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4232df on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green19.6%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4232df text on a black background
contrast 2.75:1
Card sample
#4232df text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4232df;
Background color
Panel with #4232df background
background-color: #4232df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4232df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4232df; background: linear-gradient(135deg, #4232df, #B532DF);