#a2cccf
a light, soft cyan · cool · closest name: silver
RGB
162, 204, 207
HSL
184°, 32%, 72%
CMYK
22, 1, 0, 19
Luminance
0.5537
Every format
| HEX | #a2cccf |
| RGB | rgb(162, 204, 207) |
| HSL | hsl(184, 32%, 72%) |
| CMYK | cmyk(22%, 1%, 0%, 19%) |
| LAB | lab(79.3 -13.1 -6.0) |
| LCH | lch(79.3 14.4 204.8) |
| OKLCH | oklch(0.816 0.044 201.7) |
Copy-ready code
/* CSS */
color: #a2cccf;
background-color: #a2cccf;
/* Tailwind (arbitrary) */
class="text-[#a2cccf] bg-[#a2cccf]"
/* SCSS */
$brand: #a2cccf;
/* SwiftUI */
Color(red: 0.635, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#a2cccf")Accessibility — WCAG contrast
Aa
#a2cccf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cccf on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan21.7%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#a2cccf text on a black background
contrast 12.07:1
Card sample
#a2cccf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cccf;
Background color
Panel with #a2cccf background
background-color: #a2cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cccf; background: linear-gradient(135deg, #a2cccf, #A2AECF);