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