#a6dcd3
a light, soft cyan · cool · closest name: silver
RGB
166, 220, 211
HSL
170°, 44%, 76%
CMYK
25, 0, 4, 14
Luminance
0.6400
Every format
| HEX | #a6dcd3 |
| RGB | rgb(166, 220, 211) |
| HSL | hsl(170, 44%, 76%) |
| CMYK | cmyk(25%, 0%, 4%, 14%) |
| LAB | lab(84.0 -19.1 -1.2) |
| LCH | lch(84.0 19.2 183.6) |
| OKLCH | oklch(0.855 0.057 183.6) |
Copy-ready code
/* CSS */
color: #a6dcd3;
background-color: #a6dcd3;
/* Tailwind (arbitrary) */
class="text-[#a6dcd3] bg-[#a6dcd3]"
/* SCSS */
$brand: #a6dcd3;
/* SwiftUI */
Color(red: 0.651, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#a6dcd3")Accessibility — WCAG contrast
Aa
#a6dcd3 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6dcd3 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green86.3%
Blue82.7%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#a6dcd3 text on a black background
contrast 13.80:1
Card sample
#a6dcd3 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6dcd3;
Background color
Panel with #a6dcd3 background
background-color: #a6dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6dcd3; background: linear-gradient(135deg, #a6dcd3, #A6C1DC);