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