#3838f0
a balanced, electric blue · warm · closest name: blue
RGB
56, 56, 240
HSL
240°, 86%, 58%
CMYK
77, 77, 0, 6
Luminance
0.0996
Every format
| HEX | #3838f0 |
| RGB | rgb(56, 56, 240) |
| HSL | hsl(240, 86%, 58%) |
| CMYK | cmyk(77%, 77%, 0%, 6%) |
| LAB | lab(37.8 59.4 -90.3) |
| LCH | lch(37.8 108.0 303.3) |
| OKLCH | oklch(0.489 0.261 271.3) |
Copy-ready code
/* CSS */
color: #3838f0;
background-color: #3838f0;
/* Tailwind (arbitrary) */
class="text-[#3838f0] bg-[#3838f0]"
/* SCSS */
$brand: #3838f0;
/* SwiftUI */
Color(red: 0.220, green: 0.220, blue: 0.941)
/* Android */
Color.parseColor("#3838f0")Accessibility — WCAG contrast
Aa
#3838f0 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3838f0 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green22.0%
Blue94.1%
CMYK percentages
Cyan76.7%
Magenta76.7%
Yellow0.0%
Key (black)5.9%
Color previews
#3838f0 text on a black background
contrast 2.99:1
Card sample
#3838f0 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3838f0;
Background color
Panel with #3838f0 background
background-color: #3838f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3838f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 56, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 56, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3838f0; background: linear-gradient(135deg, #3838f0, #B338F0);