#84affc
a light, electric blue · cool · closest name: steelblue
RGB
132, 175, 252
HSL
219°, 95%, 75%
CMYK
48, 31, 0, 1
Luminance
0.4259
Every format
| HEX | #84affc |
| RGB | rgb(132, 175, 252) |
| HSL | hsl(219, 95%, 75%) |
| CMYK | cmyk(48%, 31%, 0%, 1%) |
| LAB | lab(71.3 5.9 -42.7) |
| LCH | lch(71.3 43.1 277.8) |
| OKLCH | oklch(0.754 0.121 261.6) |
Copy-ready code
/* CSS */
color: #84affc;
background-color: #84affc;
/* Tailwind (arbitrary) */
class="text-[#84affc] bg-[#84affc]"
/* SCSS */
$brand: #84affc;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#84affc")Accessibility — WCAG contrast
Aa
#84affc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84affc on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue98.8%
CMYK percentages
Cyan47.6%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#84affc text on a black background
contrast 9.52:1
Card sample
#84affc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84affc;
Background color
Panel with #84affc background
background-color: #84affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84affc; background: linear-gradient(135deg, #84affc, #A984FC);