#a2c2cc
a light, soft cyan · cool · closest name: silver
RGB
162, 194, 204
HSL
194°, 29%, 72%
CMYK
21, 5, 0, 20
Luminance
0.5062
Every format
| HEX | #a2c2cc |
| RGB | rgb(162, 194, 204) |
| HSL | hsl(194, 29%, 72%) |
| CMYK | cmyk(21%, 5%, 0%, 20%) |
| LAB | lab(76.5 -8.5 -8.6) |
| LCH | lch(76.5 12.1 225.1) |
| OKLCH | oklch(0.794 0.037 218.7) |
Copy-ready code
/* CSS */
color: #a2c2cc;
background-color: #a2c2cc;
/* Tailwind (arbitrary) */
class="text-[#a2c2cc] bg-[#a2c2cc]"
/* SCSS */
$brand: #a2c2cc;
/* SwiftUI */
Color(red: 0.635, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#a2c2cc")Accessibility — WCAG contrast
Aa
#a2c2cc on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c2cc on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green76.1%
Blue80.0%
CMYK percentages
Cyan20.6%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#a2c2cc text on a black background
contrast 11.12:1
Card sample
#a2c2cc text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c2cc;
Background color
Panel with #a2c2cc background
background-color: #a2c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c2cc; background: linear-gradient(135deg, #a2c2cc, #A2A6CC);