#a3ccc2
a light, soft cyan · cool · closest name: silver
RGB
163, 204, 194
HSL
165°, 29%, 72%
CMYK
20, 0, 5, 20
Luminance
0.5487
Every format
| HEX | #a3ccc2 |
| RGB | rgb(163, 204, 194) |
| HSL | hsl(165, 29%, 72%) |
| CMYK | cmyk(20%, 0%, 5%, 20%) |
| LAB | lab(79.0 -15.5 0.5) |
| LCH | lch(79.0 15.6 178.1) |
| OKLCH | oklch(0.813 0.046 178.6) |
Copy-ready code
/* CSS */
color: #a3ccc2;
background-color: #a3ccc2;
/* Tailwind (arbitrary) */
class="text-[#a3ccc2] bg-[#a3ccc2]"
/* SCSS */
$brand: #a3ccc2;
/* SwiftUI */
Color(red: 0.639, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#a3ccc2")Accessibility — WCAG contrast
Aa
#a3ccc2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ccc2 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.0%
Blue76.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#a3ccc2 text on a black background
contrast 11.97:1
Card sample
#a3ccc2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ccc2;
Background color
Panel with #a3ccc2 background
background-color: #a3ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ccc2; background: linear-gradient(135deg, #a3ccc2, #A3BBCC);