#84cccd
a light, soft cyan · cool · closest name: skyblue
RGB
132, 204, 205
HSL
181°, 42%, 66%
CMYK
36, 1, 0, 20
Luminance
0.5250
Every format
| HEX | #84cccd |
| RGB | rgb(132, 204, 205) |
| HSL | hsl(181, 42%, 66%) |
| CMYK | cmyk(36%, 1%, 0%, 20%) |
| LAB | lab(77.6 -22.1 -7.6) |
| LCH | lch(77.6 23.4 199.0) |
| OKLCH | oklch(0.798 0.072 196.9) |
Copy-ready code
/* CSS */
color: #84cccd;
background-color: #84cccd;
/* Tailwind (arbitrary) */
class="text-[#84cccd] bg-[#84cccd]"
/* SCSS */
$brand: #84cccd;
/* SwiftUI */
Color(red: 0.518, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#84cccd")Accessibility — WCAG contrast
Aa
#84cccd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cccd on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.0%
Blue80.4%
CMYK percentages
Cyan35.6%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#84cccd text on a black background
contrast 11.50:1
Card sample
#84cccd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cccd;
Background color
Panel with #84cccd background
background-color: #84cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cccd; background: linear-gradient(135deg, #84cccd, #849BCD);