#84a5eb
a light, vivid blue · cool · closest name: steelblue
RGB
132, 165, 235
HSL
221°, 72%, 72%
CMYK
44, 30, 0, 8
Luminance
0.3781
Every format
| HEX | #84a5eb |
| RGB | rgb(132, 165, 235) |
| HSL | hsl(221, 72%, 72%) |
| CMYK | cmyk(44%, 30%, 0%, 8%) |
| LAB | lab(67.9 6.7 -38.7) |
| LCH | lch(67.9 39.3 279.8) |
| OKLCH | oklch(0.725 0.109 264.5) |
Copy-ready code
/* CSS */
color: #84a5eb;
background-color: #84a5eb;
/* Tailwind (arbitrary) */
class="text-[#84a5eb] bg-[#84a5eb]"
/* SCSS */
$brand: #84a5eb;
/* SwiftUI */
Color(red: 0.518, green: 0.647, blue: 0.922)
/* Android */
Color.parseColor("#84a5eb")Accessibility — WCAG contrast
Aa
#84a5eb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a5eb on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green64.7%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta29.8%
Yellow0.0%
Key (black)7.8%
Color previews
#84a5eb text on a black background
contrast 8.56:1
Card sample
#84a5eb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a5eb;
Background color
Panel with #84a5eb background
background-color: #84a5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 165, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 165, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a5eb; background: linear-gradient(135deg, #84a5eb, #A884EB);