#84afeb
a light, vivid blue · cool · closest name: steelblue
RGB
132, 175, 235
HSL
215°, 72%, 72%
CMYK
44, 26, 0, 8
Luminance
0.4156
Every format
| HEX | #84afeb |
| RGB | rgb(132, 175, 235) |
| HSL | hsl(215, 72%, 72%) |
| CMYK | cmyk(44%, 26%, 0%, 8%) |
| LAB | lab(70.6 1.1 -34.5) |
| LCH | lch(70.6 34.6 271.7) |
| OKLCH | oklch(0.746 0.099 256.8) |
Copy-ready code
/* CSS */
color: #84afeb;
background-color: #84afeb;
/* Tailwind (arbitrary) */
class="text-[#84afeb] bg-[#84afeb]"
/* SCSS */
$brand: #84afeb;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#84afeb")Accessibility — WCAG contrast
Aa
#84afeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afeb on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#84afeb text on a black background
contrast 9.31:1
Card sample
#84afeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afeb;
Background color
Panel with #84afeb background
background-color: #84afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afeb; background: linear-gradient(135deg, #84afeb, #9E84EB);