#84a4cf
a light, soft blue · cool · closest name: steelblue
RGB
132, 164, 207
HSL
214°, 44%, 67%
CMYK
36, 21, 0, 19
Luminance
0.3596
Every format
| HEX | #84a4cf |
| RGB | rgb(132, 164, 207) |
| HSL | hsl(214, 44%, 67%) |
| CMYK | cmyk(36%, 21%, 0%, 19%) |
| LAB | lab(66.5 -0.5 -25.5) |
| LCH | lch(66.5 25.5 269.0) |
| OKLCH | oklch(0.711 0.073 255.9) |
Copy-ready code
/* CSS */
color: #84a4cf;
background-color: #84a4cf;
/* Tailwind (arbitrary) */
class="text-[#84a4cf] bg-[#84a4cf]"
/* SCSS */
$brand: #84a4cf;
/* SwiftUI */
Color(red: 0.518, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#84a4cf")Accessibility — WCAG contrast
Aa
#84a4cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a4cf on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green64.3%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta20.8%
Yellow0.0%
Key (black)18.8%
Color previews
#84a4cf text on a black background
contrast 8.19:1
Card sample
#84a4cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a4cf;
Background color
Panel with #84a4cf background
background-color: #84a4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a4cf; background: linear-gradient(135deg, #84a4cf, #9684CF);