#84cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
132, 207, 223
HSL
191°, 59%, 70%
CMYK
41, 7, 0, 13
Luminance
0.5486
Every format
| HEX | #84cfdf |
| RGB | rgb(132, 207, 223) |
| HSL | hsl(191, 59%, 70%) |
| CMYK | cmyk(41%, 7%, 0%, 13%) |
| LAB | lab(79.0 -19.2 -15.2) |
| LCH | lch(79.0 24.5 218.5) |
| OKLCH | oklch(0.811 0.078 212.7) |
Copy-ready code
/* CSS */
color: #84cfdf;
background-color: #84cfdf;
/* Tailwind (arbitrary) */
class="text-[#84cfdf] bg-[#84cfdf]"
/* SCSS */
$brand: #84cfdf;
/* SwiftUI */
Color(red: 0.518, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#84cfdf")Accessibility — WCAG contrast
Aa
#84cfdf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cfdf on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#84cfdf text on a black background
contrast 11.97:1
Card sample
#84cfdf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cfdf;
Background color
Panel with #84cfdf background
background-color: #84cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cfdf; background: linear-gradient(135deg, #84cfdf, #8492DF);