#a7ccc2
a light, soft cyan · cool · closest name: silver
RGB
167, 204, 194
HSL
164°, 27%, 73%
CMYK
18, 0, 5, 20
Luminance
0.5530
Every format
| HEX | #a7ccc2 |
| RGB | rgb(167, 204, 194) |
| HSL | hsl(164, 27%, 73%) |
| CMYK | cmyk(18%, 0%, 5%, 20%) |
| LAB | lab(79.2 -14.3 0.9) |
| LCH | lch(79.2 14.3 176.3) |
| OKLCH | oklch(0.816 0.042 177.0) |
Copy-ready code
/* CSS */
color: #a7ccc2;
background-color: #a7ccc2;
/* Tailwind (arbitrary) */
class="text-[#a7ccc2] bg-[#a7ccc2]"
/* SCSS */
$brand: #a7ccc2;
/* SwiftUI */
Color(red: 0.655, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#a7ccc2")Accessibility — WCAG contrast
Aa
#a7ccc2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ccc2 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.0%
Blue76.1%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#a7ccc2 text on a black background
contrast 12.06:1
Card sample
#a7ccc2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ccc2;
Background color
Panel with #a7ccc2 background
background-color: #a7ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ccc2; background: linear-gradient(135deg, #a7ccc2, #A7BDCC);