#84a8df
a light, vivid blue · cool · closest name: steelblue
RGB
132, 168, 223
HSL
216°, 59%, 70%
CMYK
41, 25, 0, 13
Luminance
0.3824
Every format
| HEX | #84a8df |
| RGB | rgb(132, 168, 223) |
| HSL | hsl(216, 59%, 70%) |
| CMYK | cmyk(41%, 25%, 0%, 13%) |
| LAB | lab(68.2 1.6 -31.6) |
| LCH | lch(68.2 31.7 272.9) |
| OKLCH | oklch(0.726 0.090 258.7) |
Copy-ready code
/* CSS */
color: #84a8df;
background-color: #84a8df;
/* Tailwind (arbitrary) */
class="text-[#84a8df] bg-[#84a8df]"
/* SCSS */
$brand: #84a8df;
/* SwiftUI */
Color(red: 0.518, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#84a8df")Accessibility — WCAG contrast
Aa
#84a8df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a8df on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green65.9%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta24.7%
Yellow0.0%
Key (black)12.5%
Color previews
#84a8df text on a black background
contrast 8.65:1
Card sample
#84a8df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a8df;
Background color
Panel with #84a8df background
background-color: #84a8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a8df; background: linear-gradient(135deg, #84a8df, #9D84DF);