#380fdf
a balanced, electric blue · warm · closest name: blue
RGB
56, 15, 223
HSL
252°, 87%, 47%
CMYK
75, 93, 0, 13
Luminance
0.0651
Every format
| HEX | #380fdf |
| RGB | rgb(56, 15, 223) |
| HSL | hsl(252, 87%, 47%) |
| CMYK | cmyk(75%, 93%, 0%, 13%) |
| LAB | lab(30.7 69.8 -92.4) |
| LCH | lch(30.7 115.8 307.1) |
| OKLCH | oklch(0.435 0.267 274.0) |
Copy-ready code
/* CSS */
color: #380fdf;
background-color: #380fdf;
/* Tailwind (arbitrary) */
class="text-[#380fdf] bg-[#380fdf]"
/* SCSS */
$brand: #380fdf;
/* SwiftUI */
Color(red: 0.220, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#380fdf")Accessibility — WCAG contrast
Aa
#380fdf on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380fdf on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green5.9%
Blue87.5%
CMYK percentages
Cyan74.9%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#380fdf text on a black background
contrast 2.30:1
Card sample
#380fdf text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380fdf;
Background color
Panel with #380fdf background
background-color: #380fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380fdf; background: linear-gradient(135deg, #380fdf, #C30FDF);