#acddcf
a light, soft cyan · cool · closest name: silver
RGB
172, 221, 207
HSL
163°, 42%, 77%
CMYK
22, 0, 6, 13
Luminance
0.6499
Every format
| HEX | #acddcf |
| RGB | rgb(172, 221, 207) |
| HSL | hsl(163, 42%, 77%) |
| CMYK | cmyk(22%, 0%, 6%, 13%) |
| LAB | lab(84.5 -18.6 1.7) |
| LCH | lch(84.5 18.7 174.8) |
| OKLCH | oklch(0.859 0.054 175.6) |
Copy-ready code
/* CSS */
color: #acddcf;
background-color: #acddcf;
/* Tailwind (arbitrary) */
class="text-[#acddcf] bg-[#acddcf]"
/* SCSS */
$brand: #acddcf;
/* SwiftUI */
Color(red: 0.675, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#acddcf")Accessibility — WCAG contrast
Aa
#acddcf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acddcf on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green86.7%
Blue81.2%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#acddcf text on a black background
contrast 14.00:1
Card sample
#acddcf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acddcf;
Background color
Panel with #acddcf background
background-color: #acddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acddcf; background: linear-gradient(135deg, #acddcf, #ACCADD);