#84cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
132, 205, 207
HSL
182°, 44%, 67%
CMYK
36, 1, 0, 19
Luminance
0.5307
Every format
| HEX | #84cdcf |
| RGB | rgb(132, 205, 207) |
| HSL | hsl(182, 44%, 67%) |
| CMYK | cmyk(36%, 1%, 0%, 19%) |
| LAB | lab(77.9 -22.1 -8.2) |
| LCH | lch(77.9 23.6 200.3) |
| OKLCH | oklch(0.801 0.073 198.0) |
Copy-ready code
/* CSS */
color: #84cdcf;
background-color: #84cdcf;
/* Tailwind (arbitrary) */
class="text-[#84cdcf] bg-[#84cdcf]"
/* SCSS */
$brand: #84cdcf;
/* SwiftUI */
Color(red: 0.518, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#84cdcf")Accessibility — WCAG contrast
Aa
#84cdcf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cdcf on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.4%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#84cdcf text on a black background
contrast 11.61:1
Card sample
#84cdcf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cdcf;
Background color
Panel with #84cdcf background
background-color: #84cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cdcf; background: linear-gradient(135deg, #84cdcf, #849BCF);