#84abdf
a light, vivid blue · cool · closest name: steelblue
RGB
132, 171, 223
HSL
214°, 59%, 70%
CMYK
41, 23, 0, 13
Luminance
0.3936
Every format
| HEX | #84abdf |
| RGB | rgb(132, 171, 223) |
| HSL | hsl(214, 59%, 70%) |
| CMYK | cmyk(41%, 23%, 0%, 13%) |
| LAB | lab(69.0 -0.1 -30.4) |
| LCH | lch(69.0 30.4 269.9) |
| OKLCH | oklch(0.732 0.087 255.8) |
Copy-ready code
/* CSS */
color: #84abdf;
background-color: #84abdf;
/* Tailwind (arbitrary) */
class="text-[#84abdf] bg-[#84abdf]"
/* SCSS */
$brand: #84abdf;
/* SwiftUI */
Color(red: 0.518, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#84abdf")Accessibility — WCAG contrast
Aa
#84abdf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84abdf on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.1%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#84abdf text on a black background
contrast 8.87:1
Card sample
#84abdf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84abdf;
Background color
Panel with #84abdf background
background-color: #84abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84abdf; background: linear-gradient(135deg, #84abdf, #9A84DF);