#84dfe7
a light, vivid cyan · cool · closest name: skyblue
RGB
132, 223, 231
HSL
185°, 67%, 71%
CMYK
43, 4, 0, 9
Luminance
0.6345
Every format
| HEX | #84dfe7 |
| RGB | rgb(132, 223, 231) |
| HSL | hsl(185, 67%, 71%) |
| CMYK | cmyk(43%, 4%, 0%, 9%) |
| LAB | lab(83.7 -25.1 -12.4) |
| LCH | lch(83.7 28.1 206.3) |
| OKLCH | oklch(0.850 0.088 202.9) |
Copy-ready code
/* CSS */
color: #84dfe7;
background-color: #84dfe7;
/* Tailwind (arbitrary) */
class="text-[#84dfe7] bg-[#84dfe7]"
/* SCSS */
$brand: #84dfe7;
/* SwiftUI */
Color(red: 0.518, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#84dfe7")Accessibility — WCAG contrast
Aa
#84dfe7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84dfe7 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green87.5%
Blue90.6%
CMYK percentages
Cyan42.9%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#84dfe7 text on a black background
contrast 13.69:1
Card sample
#84dfe7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84dfe7;
Background color
Panel with #84dfe7 background
background-color: #84dfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84dfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84dfe7; background: linear-gradient(135deg, #84dfe7, #849DE7);