#84a2ec
a light, vivid blue · cool · closest name: steelblue
RGB
132, 162, 236
HSL
223°, 73%, 72%
CMYK
44, 31, 0, 8
Luminance
0.3680
Every format
| HEX | #84a2ec |
| RGB | rgb(132, 162, 236) |
| HSL | hsl(223, 73%, 72%) |
| CMYK | cmyk(44%, 31%, 0%, 8%) |
| LAB | lab(67.1 8.7 -40.4) |
| LCH | lch(67.1 41.4 282.1) |
| OKLCH | oklch(0.720 0.114 266.7) |
Copy-ready code
/* CSS */
color: #84a2ec;
background-color: #84a2ec;
/* Tailwind (arbitrary) */
class="text-[#84a2ec] bg-[#84a2ec]"
/* SCSS */
$brand: #84a2ec;
/* SwiftUI */
Color(red: 0.518, green: 0.635, blue: 0.925)
/* Android */
Color.parseColor("#84a2ec")Accessibility — WCAG contrast
Aa
#84a2ec on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a2ec on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green63.5%
Blue92.5%
CMYK percentages
Cyan44.1%
Magenta31.4%
Yellow0.0%
Key (black)7.5%
Color previews
#84a2ec text on a black background
contrast 8.36:1
Card sample
#84a2ec text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a2ec;
Background color
Panel with #84a2ec background
background-color: #84a2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 162, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 162, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a2ec; background: linear-gradient(135deg, #84a2ec, #AB84EC);