#84ade1
a light, vivid blue · cool · closest name: steelblue
RGB
132, 173, 225
HSL
214°, 61%, 70%
CMYK
41, 23, 0, 12
Luminance
0.4023
Every format
| HEX | #84ade1 |
| RGB | rgb(132, 173, 225) |
| HSL | hsl(214, 61%, 70%) |
| CMYK | cmyk(41%, 23%, 0%, 12%) |
| LAB | lab(69.6 -0.6 -30.5) |
| LCH | lch(69.6 30.5 268.9) |
| OKLCH | oklch(0.738 0.088 254.7) |
Copy-ready code
/* CSS */
color: #84ade1;
background-color: #84ade1;
/* Tailwind (arbitrary) */
class="text-[#84ade1] bg-[#84ade1]"
/* SCSS */
$brand: #84ade1;
/* SwiftUI */
Color(red: 0.518, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#84ade1")Accessibility — WCAG contrast
Aa
#84ade1 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ade1 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.8%
Blue88.2%
CMYK percentages
Cyan41.3%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#84ade1 text on a black background
contrast 9.05:1
Card sample
#84ade1 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ade1;
Background color
Panel with #84ade1 background
background-color: #84ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ade1; background: linear-gradient(135deg, #84ade1, #9984E1);