#3800eb
a balanced, electric blue · warm · closest name: blue
RGB
56, 0, 235
HSL
254°, 100%, 46%
CMYK
76, 100, 0, 8
Luminance
0.0684
Every format
| HEX | #3800eb |
| RGB | rgb(56, 0, 235) |
| HSL | hsl(254, 100%, 46%) |
| CMYK | cmyk(76%, 100%, 0%, 8%) |
| LAB | lab(31.4 75.2 -98.0) |
| LCH | lch(31.4 123.5 307.5) |
| OKLCH | oklch(0.444 0.283 273.2) |
Copy-ready code
/* CSS */
color: #3800eb;
background-color: #3800eb;
/* Tailwind (arbitrary) */
class="text-[#3800eb] bg-[#3800eb]"
/* SCSS */
$brand: #3800eb;
/* SwiftUI */
Color(red: 0.220, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#3800eb")Accessibility — WCAG contrast
Aa
#3800eb on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3800eb on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green0.0%
Blue92.2%
CMYK percentages
Cyan76.2%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3800eb text on a black background
contrast 2.37:1
Card sample
#3800eb text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3800eb;
Background color
Panel with #3800eb background
background-color: #3800eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3800eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3800eb; background: linear-gradient(135deg, #3800eb, #D500EB);