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