#385fff
a balanced, electric blue · warm · closest name: royalblue
RGB
56, 95, 255
HSL
228°, 100%, 61%
CMYK
78, 63, 0, 0
Luminance
0.1625
Every format
| HEX | #385fff |
| RGB | rgb(56, 95, 255) |
| HSL | hsl(228, 100%, 61%) |
| CMYK | cmyk(78%, 63%, 0%, 0%) |
| LAB | lab(47.3 42.2 -83.0) |
| LCH | lch(47.3 93.1 297.0) |
| OKLCH | oklch(0.562 0.240 267.2) |
Copy-ready code
/* CSS */
color: #385fff;
background-color: #385fff;
/* Tailwind (arbitrary) */
class="text-[#385fff] bg-[#385fff]"
/* SCSS */
$brand: #385fff;
/* SwiftUI */
Color(red: 0.220, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#385fff")Accessibility — WCAG contrast
Aa
#385fff on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385fff on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green37.3%
Blue100.0%
CMYK percentages
Cyan78.0%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#385fff text on a black background
contrast 4.25:1
Card sample
#385fff text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385fff;
Background color
Panel with #385fff background
background-color: #385fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385fff; background: linear-gradient(135deg, #385fff, #9638FF);