#375fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
55, 95, 223
HSL
226°, 72%, 55%
CMYK
75, 57, 0, 13
Luminance
0.1432
Every format
| HEX | #375fdf |
| RGB | rgb(55, 95, 223) |
| HSL | hsl(226, 72%, 55%) |
| CMYK | cmyk(75%, 57%, 0%, 13%) |
| LAB | lab(44.7 30.7 -69.3) |
| LCH | lch(44.7 75.7 293.9) |
| OKLCH | oklch(0.535 0.200 266.3) |
Copy-ready code
/* CSS */
color: #375fdf;
background-color: #375fdf;
/* Tailwind (arbitrary) */
class="text-[#375fdf] bg-[#375fdf]"
/* SCSS */
$brand: #375fdf;
/* SwiftUI */
Color(red: 0.216, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#375fdf")Accessibility — WCAG contrast
Aa
#375fdf on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#375fdf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan75.3%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#375fdf text on a black background
contrast 3.86:1
Card sample
#375fdf text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #375fdf;
Background color
Panel with #375fdf background
background-color: #375fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #375fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #375fdf; background: linear-gradient(135deg, #375fdf, #7F37DF);