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