#4bacdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 172, 223
HSL
201°, 70%, 58%
CMYK
66, 23, 0, 13
Luminance
0.3633
Every format
| HEX | #4bacdf |
| RGB | rgb(75, 172, 223) |
| HSL | hsl(201, 70%, 58%) |
| CMYK | cmyk(66%, 23%, 0%, 13%) |
| LAB | lab(66.8 -12.7 -34.1) |
| LCH | lch(66.8 36.4 249.6) |
| OKLCH | oklch(0.708 0.117 234.8) |
Copy-ready code
/* CSS */
color: #4bacdf;
background-color: #4bacdf;
/* Tailwind (arbitrary) */
class="text-[#4bacdf] bg-[#4bacdf]"
/* SCSS */
$brand: #4bacdf;
/* SwiftUI */
Color(red: 0.294, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#4bacdf")Accessibility — WCAG contrast
Aa
#4bacdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bacdf on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.5%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4bacdf text on a black background
contrast 8.27:1
Card sample
#4bacdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bacdf;
Background color
Panel with #4bacdf background
background-color: #4bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bacdf; background: linear-gradient(135deg, #4bacdf, #4D4BDF);