#323eee
a balanced, electric blue · warm · closest name: blue
RGB
50, 62, 238
HSL
236°, 85%, 57%
CMYK
79, 74, 0, 7
Luminance
0.1030
Every format
| HEX | #323eee |
| RGB | rgb(50, 62, 238) |
| HSL | hsl(236, 85%, 57%) |
| CMYK | cmyk(79%, 74%, 0%, 7%) |
| LAB | lab(38.4 55.3 -88.1) |
| LCH | lch(38.4 104.0 302.1) |
| OKLCH | oklch(0.492 0.255 269.6) |
Copy-ready code
/* CSS */
color: #323eee;
background-color: #323eee;
/* Tailwind (arbitrary) */
class="text-[#323eee] bg-[#323eee]"
/* SCSS */
$brand: #323eee;
/* SwiftUI */
Color(red: 0.196, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#323eee")Accessibility — WCAG contrast
Aa
#323eee on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#323eee on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green24.3%
Blue93.3%
CMYK percentages
Cyan79.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#323eee text on a black background
contrast 3.06:1
Card sample
#323eee text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323eee;
Background color
Panel with #323eee background
background-color: #323eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323eee; background: linear-gradient(135deg, #323eee, #A332EE);