#84a2cf
a light, soft blue · cool · closest name: steelblue
RGB
132, 162, 207
HSL
216°, 44%, 67%
CMYK
36, 22, 0, 19
Luminance
0.3525
Every format
| HEX | #84a2cf |
| RGB | rgb(132, 162, 207) |
| HSL | hsl(216, 44%, 67%) |
| CMYK | cmyk(36%, 22%, 0%, 19%) |
| LAB | lab(65.9 0.7 -26.3) |
| LCH | lch(65.9 26.3 271.5) |
| OKLCH | oklch(0.706 0.074 258.3) |
Copy-ready code
/* CSS */
color: #84a2cf;
background-color: #84a2cf;
/* Tailwind (arbitrary) */
class="text-[#84a2cf] bg-[#84a2cf]"
/* SCSS */
$brand: #84a2cf;
/* SwiftUI */
Color(red: 0.518, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#84a2cf")Accessibility — WCAG contrast
Aa
#84a2cf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a2cf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green63.5%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#84a2cf text on a black background
contrast 8.05:1
Card sample
#84a2cf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a2cf;
Background color
Panel with #84a2cf background
background-color: #84a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a2cf; background: linear-gradient(135deg, #84a2cf, #9884CF);