#388dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
56, 141, 253
HSL
214°, 98%, 61%
CMYK
78, 44, 0, 1
Luminance
0.2698
Every format
| HEX | #388dfd |
| RGB | rgb(56, 141, 253) |
| HSL | hsl(214, 98%, 61%) |
| CMYK | cmyk(78%, 44%, 0%, 1%) |
| LAB | lab(59.0 13.1 -62.9) |
| LCH | lch(59.0 64.3 281.7) |
| OKLCH | oklch(0.650 0.185 256.8) |
Copy-ready code
/* CSS */
color: #388dfd;
background-color: #388dfd;
/* Tailwind (arbitrary) */
class="text-[#388dfd] bg-[#388dfd]"
/* SCSS */
$brand: #388dfd;
/* SwiftUI */
Color(red: 0.220, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#388dfd")Accessibility — WCAG contrast
Aa
#388dfd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#388dfd on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green55.3%
Blue99.2%
CMYK percentages
Cyan77.9%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#388dfd text on a black background
contrast 6.40:1
Card sample
#388dfd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #388dfd;
Background color
Panel with #388dfd background
background-color: #388dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #388dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #388dfd; background: linear-gradient(135deg, #388dfd, #6638FD);