#84b0eb
a light, vivid blue · cool · closest name: steelblue
RGB
132, 176, 235
HSL
214°, 72%, 72%
CMYK
44, 25, 0, 8
Luminance
0.4195
Every format
| HEX | #84b0eb |
| RGB | rgb(132, 176, 235) |
| HSL | hsl(214, 72%, 72%) |
| CMYK | cmyk(44%, 25%, 0%, 8%) |
| LAB | lab(70.8 0.5 -34.1) |
| LCH | lch(70.8 34.1 270.8) |
| OKLCH | oklch(0.748 0.098 256.0) |
Copy-ready code
/* CSS */
color: #84b0eb;
background-color: #84b0eb;
/* Tailwind (arbitrary) */
class="text-[#84b0eb] bg-[#84b0eb]"
/* SCSS */
$brand: #84b0eb;
/* SwiftUI */
Color(red: 0.518, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#84b0eb")Accessibility — WCAG contrast
Aa
#84b0eb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84b0eb on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green69.0%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#84b0eb text on a black background
contrast 9.39:1
Card sample
#84b0eb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84b0eb;
Background color
Panel with #84b0eb background
background-color: #84b0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84b0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84b0eb; background: linear-gradient(135deg, #84b0eb, #9D84EB);