#acdfcf
a light, soft cyan · cool · closest name: silver
RGB
172, 223, 207
HSL
161°, 44%, 78%
CMYK
23, 0, 7, 13
Luminance
0.6605
Every format
| HEX | #acdfcf |
| RGB | rgb(172, 223, 207) |
| HSL | hsl(161, 44%, 78%) |
| CMYK | cmyk(23%, 0%, 7%, 13%) |
| LAB | lab(85.0 -19.6 2.5) |
| LCH | lch(85.0 19.8 172.8) |
| OKLCH | oklch(0.864 0.057 173.7) |
Copy-ready code
/* CSS */
color: #acdfcf;
background-color: #acdfcf;
/* Tailwind (arbitrary) */
class="text-[#acdfcf] bg-[#acdfcf]"
/* SCSS */
$brand: #acdfcf;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#acdfcf")Accessibility — WCAG contrast
Aa
#acdfcf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfcf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue81.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#acdfcf text on a black background
contrast 14.21:1
Card sample
#acdfcf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfcf;
Background color
Panel with #acdfcf background
background-color: #acdfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfcf; background: linear-gradient(135deg, #acdfcf, #ACCDDF);