#84aecf
a light, soft blue · cool · closest name: skyblue
RGB
132, 174, 207
HSL
206°, 44%, 67%
CMYK
36, 16, 0, 19
Luminance
0.3968
Every format
| HEX | #84aecf |
| RGB | rgb(132, 174, 207) |
| HSL | hsl(206, 44%, 67%) |
| CMYK | cmyk(36%, 16%, 0%, 19%) |
| LAB | lab(69.2 -6.0 -21.3) |
| LCH | lch(69.2 22.1 254.3) |
| OKLCH | oklch(0.732 0.066 242.4) |
Copy-ready code
/* CSS */
color: #84aecf;
background-color: #84aecf;
/* Tailwind (arbitrary) */
class="text-[#84aecf] bg-[#84aecf]"
/* SCSS */
$brand: #84aecf;
/* SwiftUI */
Color(red: 0.518, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#84aecf")Accessibility — WCAG contrast
Aa
#84aecf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84aecf on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.2%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#84aecf text on a black background
contrast 8.94:1
Card sample
#84aecf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84aecf;
Background color
Panel with #84aecf background
background-color: #84aecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84aecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84aecf; background: linear-gradient(135deg, #84aecf, #8C84CF);