#acd2c7
a light, soft cyan · cool · closest name: silver
RGB
172, 210, 199
HSL
163°, 30%, 75%
CMYK
18, 0, 5, 18
Luminance
0.5899
Every format
| HEX | #acd2c7 |
| RGB | rgb(172, 210, 199) |
| HSL | hsl(163, 30%, 75%) |
| CMYK | cmyk(18%, 0%, 5%, 18%) |
| LAB | lab(81.3 -14.7 1.3) |
| LCH | lch(81.3 14.8 175.0) |
| OKLCH | oklch(0.833 0.043 175.7) |
Copy-ready code
/* CSS */
color: #acd2c7;
background-color: #acd2c7;
/* Tailwind (arbitrary) */
class="text-[#acd2c7] bg-[#acd2c7]"
/* SCSS */
$brand: #acd2c7;
/* SwiftUI */
Color(red: 0.675, green: 0.824, blue: 0.780)
/* Android */
Color.parseColor("#acd2c7")Accessibility — WCAG contrast
Aa
#acd2c7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd2c7 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.4%
Blue78.0%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow5.2%
Key (black)17.6%
Color previews
#acd2c7 text on a black background
contrast 12.80:1
Card sample
#acd2c7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd2c7;
Background color
Panel with #acd2c7 background
background-color: #acd2c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd2c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 210, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 210, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd2c7; background: linear-gradient(135deg, #acd2c7, #ACC4D2);