#84dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
132, 220, 223
HSL
182°, 59%, 70%
CMYK
41, 1, 0, 13
Luminance
0.6142
Every format
| HEX | #84dcdf |
| RGB | rgb(132, 220, 223) |
| HSL | hsl(182, 59%, 70%) |
| CMYK | cmyk(41%, 1%, 0%, 13%) |
| LAB | lab(82.6 -25.7 -9.8) |
| LCH | lch(82.6 27.5 200.9) |
| OKLCH | oklch(0.840 0.085 198.5) |
Copy-ready code
/* CSS */
color: #84dcdf;
background-color: #84dcdf;
/* Tailwind (arbitrary) */
class="text-[#84dcdf] bg-[#84dcdf]"
/* SCSS */
$brand: #84dcdf;
/* SwiftUI */
Color(red: 0.518, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#84dcdf")Accessibility — WCAG contrast
Aa
#84dcdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84dcdf on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#84dcdf text on a black background
contrast 13.28:1
Card sample
#84dcdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84dcdf;
Background color
Panel with #84dcdf background
background-color: #84dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84dcdf; background: linear-gradient(135deg, #84dcdf, #849FDF);