#84a3d1
a light, vivid blue · cool · closest name: steelblue
RGB
132, 163, 209
HSL
216°, 46%, 67%
CMYK
37, 22, 0, 18
Luminance
0.3570
Every format
| HEX | #84a3d1 |
| RGB | rgb(132, 163, 209) |
| HSL | hsl(216, 46%, 67%) |
| CMYK | cmyk(37%, 22%, 0%, 18%) |
| LAB | lab(66.3 0.6 -26.9) |
| LCH | lch(66.3 26.9 271.4) |
| OKLCH | oklch(0.709 0.076 258.1) |
Copy-ready code
/* CSS */
color: #84a3d1;
background-color: #84a3d1;
/* Tailwind (arbitrary) */
class="text-[#84a3d1] bg-[#84a3d1]"
/* SCSS */
$brand: #84a3d1;
/* SwiftUI */
Color(red: 0.518, green: 0.639, blue: 0.820)
/* Android */
Color.parseColor("#84a3d1")Accessibility — WCAG contrast
Aa
#84a3d1 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a3d1 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green63.9%
Blue82.0%
CMYK percentages
Cyan36.8%
Magenta22.0%
Yellow0.0%
Key (black)18.0%
Color previews
#84a3d1 text on a black background
contrast 8.14:1
Card sample
#84a3d1 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a3d1;
Background color
Panel with #84a3d1 background
background-color: #84a3d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a3d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 163, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 163, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a3d1; background: linear-gradient(135deg, #84a3d1, #9884D1);