#84c2d1
a light, vivid cyan · cool · closest name: skyblue
RGB
132, 194, 209
HSL
192°, 46%, 67%
CMYK
37, 7, 0, 18
Luminance
0.4809
Every format
| HEX | #84c2d1 |
| RGB | rgb(132, 194, 209) |
| HSL | hsl(192, 46%, 67%) |
| CMYK | cmyk(37%, 7%, 0%, 18%) |
| LAB | lab(74.9 -16.1 -13.8) |
| LCH | lch(74.9 21.2 220.7) |
| OKLCH | oklch(0.777 0.067 214.5) |
Copy-ready code
/* CSS */
color: #84c2d1;
background-color: #84c2d1;
/* Tailwind (arbitrary) */
class="text-[#84c2d1] bg-[#84c2d1]"
/* SCSS */
$brand: #84c2d1;
/* SwiftUI */
Color(red: 0.518, green: 0.761, blue: 0.820)
/* Android */
Color.parseColor("#84c2d1")Accessibility — WCAG contrast
Aa
#84c2d1 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84c2d1 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green76.1%
Blue82.0%
CMYK percentages
Cyan36.8%
Magenta7.2%
Yellow0.0%
Key (black)18.0%
Color previews
#84c2d1 text on a black background
contrast 10.62:1
Card sample
#84c2d1 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84c2d1;
Background color
Panel with #84c2d1 background
background-color: #84c2d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84c2d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 194, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 194, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84c2d1; background: linear-gradient(135deg, #84c2d1, #848FD1);