#84adef
a light, electric blue · cool · closest name: steelblue
RGB
132, 173, 239
HSL
217°, 77%, 73%
CMYK
45, 28, 0, 6
Luminance
0.4102
Every format
| HEX | #84adef |
| RGB | rgb(132, 173, 239) |
| HSL | hsl(217, 77%, 73%) |
| CMYK | cmyk(45%, 28%, 0%, 6%) |
| LAB | lab(70.2 3.3 -37.3) |
| LCH | lch(70.2 37.4 275.0) |
| OKLCH | oklch(0.744 0.106 259.7) |
Copy-ready code
/* CSS */
color: #84adef;
background-color: #84adef;
/* Tailwind (arbitrary) */
class="text-[#84adef] bg-[#84adef]"
/* SCSS */
$brand: #84adef;
/* SwiftUI */
Color(red: 0.518, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#84adef")Accessibility — WCAG contrast
Aa
#84adef on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84adef on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan44.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#84adef text on a black background
contrast 9.20:1
Card sample
#84adef text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84adef;
Background color
Panel with #84adef background
background-color: #84adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84adef; background: linear-gradient(135deg, #84adef, #A284EF);