#352cfd
a balanced, electric blue · warm · closest name: blue
RGB
53, 44, 253
HSL
243°, 98%, 58%
CMYK
79, 83, 0, 1
Luminance
0.0965
Every format
| HEX | #352cfd |
| RGB | rgb(53, 44, 253) |
| HSL | hsl(243, 98%, 58%) |
| CMYK | cmyk(79%, 83%, 0%, 1%) |
| LAB | lab(37.2 68.5 -98.5) |
| LCH | lch(37.2 120.0 304.8) |
| OKLCH | oklch(0.489 0.285 270.6) |
Copy-ready code
/* CSS */
color: #352cfd;
background-color: #352cfd;
/* Tailwind (arbitrary) */
class="text-[#352cfd] bg-[#352cfd]"
/* SCSS */
$brand: #352cfd;
/* SwiftUI */
Color(red: 0.208, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#352cfd")Accessibility — WCAG contrast
Aa
#352cfd on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352cfd on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green17.3%
Blue99.2%
CMYK percentages
Cyan79.1%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#352cfd text on a black background
contrast 2.93:1
Card sample
#352cfd text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352cfd;
Background color
Panel with #352cfd background
background-color: #352cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352cfd; background: linear-gradient(135deg, #352cfd, #C02CFD);