#84a9da
a light, vivid blue · cool · closest name: steelblue
RGB
132, 169, 218
HSL
214°, 54%, 69%
CMYK
39, 23, 0, 15
Luminance
0.3834
Every format
| HEX | #84a9da |
| RGB | rgb(132, 169, 218) |
| HSL | hsl(214, 54%, 69%) |
| CMYK | cmyk(39%, 23%, 0%, 15%) |
| LAB | lab(68.3 -0.3 -28.8) |
| LCH | lch(68.3 28.8 269.4) |
| OKLCH | oklch(0.726 0.082 255.6) |
Copy-ready code
/* CSS */
color: #84a9da;
background-color: #84a9da;
/* Tailwind (arbitrary) */
class="text-[#84a9da] bg-[#84a9da]"
/* SCSS */
$brand: #84a9da;
/* SwiftUI */
Color(red: 0.518, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#84a9da")Accessibility — WCAG contrast
Aa
#84a9da on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a9da on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green66.3%
Blue85.5%
CMYK percentages
Cyan39.4%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#84a9da text on a black background
contrast 8.67:1
Card sample
#84a9da text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a9da;
Background color
Panel with #84a9da background
background-color: #84a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a9da; background: linear-gradient(135deg, #84a9da, #9884DA);