#4380cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
67, 128, 207
HSL
214°, 59%, 54%
CMYK
68, 38, 0, 19
Luminance
0.2114
Every format
| HEX | #4380cf |
| RGB | rgb(67, 128, 207) |
| HSL | hsl(214, 59%, 54%) |
| CMYK | cmyk(68%, 38%, 0%, 19%) |
| LAB | lab(53.1 5.8 -46.6) |
| LCH | lch(53.1 47.0 277.1) |
| OKLCH | oklch(0.597 0.137 255.8) |
Copy-ready code
/* CSS */
color: #4380cf;
background-color: #4380cf;
/* Tailwind (arbitrary) */
class="text-[#4380cf] bg-[#4380cf]"
/* SCSS */
$brand: #4380cf;
/* SwiftUI */
Color(red: 0.263, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#4380cf")Accessibility — WCAG contrast
Aa
#4380cf on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4380cf on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green50.2%
Blue81.2%
CMYK percentages
Cyan67.6%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#4380cf text on a black background
contrast 5.23:1
Card sample
#4380cf text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4380cf;
Background color
Panel with #4380cf background
background-color: #4380cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4380cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4380cf; background: linear-gradient(135deg, #4380cf, #6343CF);