#acdecf
a light, soft cyan · cool · closest name: silver
RGB
172, 222, 207
HSL
162°, 43%, 77%
CMYK
23, 0, 7, 13
Luminance
0.6552
Every format
| HEX | #acdecf |
| RGB | rgb(172, 222, 207) |
| HSL | hsl(162, 43%, 77%) |
| CMYK | cmyk(23%, 0%, 7%, 13%) |
| LAB | lab(84.8 -19.1 2.1) |
| LCH | lch(84.8 19.3 173.8) |
| OKLCH | oklch(0.861 0.056 174.6) |
Copy-ready code
/* CSS */
color: #acdecf;
background-color: #acdecf;
/* Tailwind (arbitrary) */
class="text-[#acdecf] bg-[#acdecf]"
/* SCSS */
$brand: #acdecf;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#acdecf")Accessibility — WCAG contrast
Aa
#acdecf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdecf on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#acdecf text on a black background
contrast 14.10:1
Card sample
#acdecf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdecf;
Background color
Panel with #acdecf background
background-color: #acdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdecf; background: linear-gradient(135deg, #acdecf, #ACCCDE);