#353cdf
a balanced, vivid blue · warm · closest name: navy
RGB
53, 60, 223
HSL
238°, 73%, 54%
CMYK
76, 73, 0, 13
Luminance
0.0932
Every format
| HEX | #353cdf |
| RGB | rgb(53, 60, 223) |
| HSL | hsl(238, 73%, 54%) |
| CMYK | cmyk(76%, 73%, 0%, 13%) |
| LAB | lab(36.6 51.7 -82.5) |
| LCH | lch(36.6 97.4 302.1) |
| OKLCH | oklch(0.475 0.239 271.0) |
Copy-ready code
/* CSS */
color: #353cdf;
background-color: #353cdf;
/* Tailwind (arbitrary) */
class="text-[#353cdf] bg-[#353cdf]"
/* SCSS */
$brand: #353cdf;
/* SwiftUI */
Color(red: 0.208, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#353cdf")Accessibility — WCAG contrast
Aa
#353cdf on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353cdf on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green23.5%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#353cdf text on a black background
contrast 2.86:1
Card sample
#353cdf text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353cdf;
Background color
Panel with #353cdf background
background-color: #353cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353cdf; background: linear-gradient(135deg, #353cdf, #9F35DF);