#84a8cf
a light, soft blue · cool · closest name: skyblue
RGB
132, 168, 207
HSL
211°, 44%, 67%
CMYK
36, 19, 0, 19
Luminance
0.3742
Every format
| HEX | #84a8cf |
| RGB | rgb(132, 168, 207) |
| HSL | hsl(211, 44%, 67%) |
| CMYK | cmyk(36%, 19%, 0%, 19%) |
| LAB | lab(67.6 -2.7 -23.8) |
| LCH | lch(67.6 23.9 263.6) |
| OKLCH | oklch(0.719 0.070 250.8) |
Copy-ready code
/* CSS */
color: #84a8cf;
background-color: #84a8cf;
/* Tailwind (arbitrary) */
class="text-[#84a8cf] bg-[#84a8cf]"
/* SCSS */
$brand: #84a8cf;
/* SwiftUI */
Color(red: 0.518, green: 0.659, blue: 0.812)
/* Android */
Color.parseColor("#84a8cf")Accessibility — WCAG contrast
Aa
#84a8cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a8cf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green65.9%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta18.8%
Yellow0.0%
Key (black)18.8%
Color previews
#84a8cf text on a black background
contrast 8.48:1
Card sample
#84a8cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a8cf;
Background color
Panel with #84a8cf background
background-color: #84a8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 168, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 168, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a8cf; background: linear-gradient(135deg, #84a8cf, #9284CF);