#84adeb
a light, vivid blue · cool · closest name: steelblue
RGB
132, 173, 235
HSL
216°, 72%, 72%
CMYK
44, 26, 0, 8
Luminance
0.4079
Every format
| HEX | #84adeb |
| RGB | rgb(132, 173, 235) |
| HSL | hsl(216, 72%, 72%) |
| CMYK | cmyk(44%, 26%, 0%, 8%) |
| LAB | lab(70.0 2.2 -35.4) |
| LCH | lch(70.0 35.5 273.5) |
| OKLCH | oklch(0.742 0.101 258.5) |
Copy-ready code
/* CSS */
color: #84adeb;
background-color: #84adeb;
/* Tailwind (arbitrary) */
class="text-[#84adeb] bg-[#84adeb]"
/* SCSS */
$brand: #84adeb;
/* SwiftUI */
Color(red: 0.518, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#84adeb")Accessibility — WCAG contrast
Aa
#84adeb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84adeb on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#84adeb text on a black background
contrast 9.16:1
Card sample
#84adeb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84adeb;
Background color
Panel with #84adeb background
background-color: #84adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84adeb; background: linear-gradient(135deg, #84adeb, #A084EB);