#a7decf
a light, vivid cyan · cool · closest name: silver
RGB
167, 222, 207
HSL
164°, 46%, 76%
CMYK
25, 0, 7, 13
Luminance
0.6496
Every format
| HEX | #a7decf |
| RGB | rgb(167, 222, 207) |
| HSL | hsl(164, 46%, 76%) |
| CMYK | cmyk(25%, 0%, 7%, 13%) |
| LAB | lab(84.5 -20.7 1.6) |
| LCH | lch(84.5 20.7 175.5) |
| OKLCH | oklch(0.858 0.060 176.2) |
Copy-ready code
/* CSS */
color: #a7decf;
background-color: #a7decf;
/* Tailwind (arbitrary) */
class="text-[#a7decf] bg-[#a7decf]"
/* SCSS */
$brand: #a7decf;
/* SwiftUI */
Color(red: 0.655, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#a7decf")Accessibility — WCAG contrast
Aa
#a7decf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7decf on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#a7decf text on a black background
contrast 13.99:1
Card sample
#a7decf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7decf;
Background color
Panel with #a7decf background
background-color: #a7decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7decf; background: linear-gradient(135deg, #a7decf, #A7C8DE);