#a0cfcf
a light, soft cyan · cool · closest name: silver
RGB
160, 207, 207
HSL
180°, 33%, 72%
CMYK
23, 0, 0, 19
Luminance
0.5660
Every format
| HEX | #a0cfcf |
| RGB | rgb(160, 207, 207) |
| HSL | hsl(180, 33%, 72%) |
| CMYK | cmyk(23%, 0%, 0%, 19%) |
| LAB | lab(80.0 -15.2 -5.0) |
| LCH | lch(80.0 16.1 198.2) |
| OKLCH | oklch(0.822 0.049 196.2) |
Copy-ready code
/* CSS */
color: #a0cfcf;
background-color: #a0cfcf;
/* Tailwind (arbitrary) */
class="text-[#a0cfcf] bg-[#a0cfcf]"
/* SCSS */
$brand: #a0cfcf;
/* SwiftUI */
Color(red: 0.627, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#a0cfcf")Accessibility — WCAG contrast
Aa
#a0cfcf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cfcf on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green81.2%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#a0cfcf text on a black background
contrast 12.32:1
Card sample
#a0cfcf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cfcf;
Background color
Panel with #a0cfcf background
background-color: #a0cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cfcf; background: linear-gradient(135deg, #a0cfcf, #A0B0CF);