#353eee
a balanced, electric blue · warm · closest name: blue
RGB
53, 62, 238
HSL
237°, 85%, 57%
CMYK
78, 74, 0, 7
Luminance
0.1038
Every format
| HEX | #353eee |
| RGB | rgb(53, 62, 238) |
| HSL | hsl(237, 85%, 57%) |
| CMYK | cmyk(78%, 74%, 0%, 7%) |
| LAB | lab(38.5 55.5 -87.9) |
| LCH | lch(38.5 103.9 302.2) |
| OKLCH | oklch(0.493 0.255 270.3) |
Copy-ready code
/* CSS */
color: #353eee;
background-color: #353eee;
/* Tailwind (arbitrary) */
class="text-[#353eee] bg-[#353eee]"
/* SCSS */
$brand: #353eee;
/* SwiftUI */
Color(red: 0.208, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#353eee")Accessibility — WCAG contrast
Aa
#353eee on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#353eee on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green24.3%
Blue93.3%
CMYK percentages
Cyan77.7%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#353eee text on a black background
contrast 3.08:1
Card sample
#353eee text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353eee;
Background color
Panel with #353eee background
background-color: #353eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353eee; background: linear-gradient(135deg, #353eee, #A735EE);