#4352cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
67, 82, 207
HSL
234°, 59%, 54%
CMYK
68, 60, 0, 19
Luminance
0.1173
Every format
| HEX | #4352cf |
| RGB | rgb(67, 82, 207) |
| HSL | hsl(234, 59%, 54%) |
| CMYK | cmyk(68%, 60%, 0%, 19%) |
| LAB | lab(40.8 34.7 -66.4) |
| LCH | lch(40.8 74.9 297.6) |
| OKLCH | oklch(0.503 0.192 272.3) |
Copy-ready code
/* CSS */
color: #4352cf;
background-color: #4352cf;
/* Tailwind (arbitrary) */
class="text-[#4352cf] bg-[#4352cf]"
/* SCSS */
$brand: #4352cf;
/* SwiftUI */
Color(red: 0.263, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#4352cf")Accessibility — WCAG contrast
Aa
#4352cf on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4352cf on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green32.2%
Blue81.2%
CMYK percentages
Cyan67.6%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4352cf text on a black background
contrast 3.35:1
Card sample
#4352cf text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4352cf;
Background color
Panel with #4352cf background
background-color: #4352cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4352cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4352cf; background: linear-gradient(135deg, #4352cf, #9143CF);