#84abeb
a light, vivid blue · cool · closest name: steelblue
RGB
132, 171, 235
HSL
217°, 72%, 72%
CMYK
44, 27, 0, 8
Luminance
0.4003
Every format
| HEX | #84abeb |
| RGB | rgb(132, 171, 235) |
| HSL | hsl(217, 72%, 72%) |
| CMYK | cmyk(44%, 27%, 0%, 8%) |
| LAB | lab(69.5 3.3 -36.2) |
| LCH | lch(69.5 36.4 275.2) |
| OKLCH | oklch(0.738 0.103 260.1) |
Copy-ready code
/* CSS */
color: #84abeb;
background-color: #84abeb;
/* Tailwind (arbitrary) */
class="text-[#84abeb] bg-[#84abeb]"
/* SCSS */
$brand: #84abeb;
/* SwiftUI */
Color(red: 0.518, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#84abeb")Accessibility — WCAG contrast
Aa
#84abeb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84abeb on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#84abeb text on a black background
contrast 9.01:1
Card sample
#84abeb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84abeb;
Background color
Panel with #84abeb background
background-color: #84abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84abeb; background: linear-gradient(135deg, #84abeb, #A284EB);