#a4dcd3
a light, soft cyan · cool · closest name: silver
RGB
164, 220, 211
HSL
170°, 44%, 75%
CMYK
26, 0, 4, 14
Luminance
0.6378
Every format
| HEX | #a4dcd3 |
| RGB | rgb(164, 220, 211) |
| HSL | hsl(170, 44%, 75%) |
| CMYK | cmyk(26%, 0%, 4%, 14%) |
| LAB | lab(83.8 -19.7 -1.4) |
| LCH | lch(83.8 19.8 184.1) |
| OKLCH | oklch(0.853 0.059 184.0) |
Copy-ready code
/* CSS */
color: #a4dcd3;
background-color: #a4dcd3;
/* Tailwind (arbitrary) */
class="text-[#a4dcd3] bg-[#a4dcd3]"
/* SCSS */
$brand: #a4dcd3;
/* SwiftUI */
Color(red: 0.643, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#a4dcd3")Accessibility — WCAG contrast
Aa
#a4dcd3 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4dcd3 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green86.3%
Blue82.7%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#a4dcd3 text on a black background
contrast 13.76:1
Card sample
#a4dcd3 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4dcd3;
Background color
Panel with #a4dcd3 background
background-color: #a4dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4dcd3; background: linear-gradient(135deg, #a4dcd3, #A4C0DC);