#84cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
132, 207, 204
HSL
178°, 44%, 67%
CMYK
36, 0, 1, 19
Luminance
0.5389
Every format
| HEX | #84cfcc |
| RGB | rgb(132, 207, 204) |
| HSL | hsl(178, 44%, 67%) |
| CMYK | cmyk(36%, 0%, 1%, 19%) |
| LAB | lab(78.4 -23.9 -5.9) |
| LCH | lch(78.4 24.6 193.8) |
| OKLCH | oklch(0.805 0.075 192.5) |
Copy-ready code
/* CSS */
color: #84cfcc;
background-color: #84cfcc;
/* Tailwind (arbitrary) */
class="text-[#84cfcc] bg-[#84cfcc]"
/* SCSS */
$brand: #84cfcc;
/* SwiftUI */
Color(red: 0.518, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#84cfcc")Accessibility — WCAG contrast
Aa
#84cfcc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cfcc on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green81.2%
Blue80.0%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#84cfcc text on a black background
contrast 11.78:1
Card sample
#84cfcc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cfcc;
Background color
Panel with #84cfcc background
background-color: #84cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cfcc; background: linear-gradient(135deg, #84cfcc, #84A0CF);