#384fff
a balanced, electric blue · warm · closest name: slateblue
RGB
56, 79, 255
HSL
233°, 100%, 61%
CMYK
78, 69, 0, 0
Luminance
0.1365
Every format
| HEX | #384fff |
| RGB | rgb(56, 79, 255) |
| HSL | hsl(233, 100%, 61%) |
| CMYK | cmyk(78%, 69%, 0%, 0%) |
| LAB | lab(43.7 51.7 -88.8) |
| LCH | lch(43.7 102.8 300.2) |
| OKLCH | oklch(0.536 0.257 269.0) |
Copy-ready code
/* CSS */
color: #384fff;
background-color: #384fff;
/* Tailwind (arbitrary) */
class="text-[#384fff] bg-[#384fff]"
/* SCSS */
$brand: #384fff;
/* SwiftUI */
Color(red: 0.220, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#384fff")Accessibility — WCAG contrast
Aa
#384fff on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#384fff on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green31.0%
Blue100.0%
CMYK percentages
Cyan78.0%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#384fff text on a black background
contrast 3.73:1
Card sample
#384fff text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384fff;
Background color
Panel with #384fff background
background-color: #384fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384fff; background: linear-gradient(135deg, #384fff, #A638FF);