#acdacf
a light, soft cyan · cool · closest name: silver
RGB
172, 218, 207
HSL
166°, 38%, 77%
CMYK
21, 0, 5, 15
Luminance
0.6342
Every format
| HEX | #acdacf |
| RGB | rgb(172, 218, 207) |
| HSL | hsl(166, 38%, 77%) |
| CMYK | cmyk(21%, 0%, 5%, 15%) |
| LAB | lab(83.7 -17.1 0.5) |
| LCH | lch(83.7 17.1 178.3) |
| OKLCH | oklch(0.853 0.050 178.8) |
Copy-ready code
/* CSS */
color: #acdacf;
background-color: #acdacf;
/* Tailwind (arbitrary) */
class="text-[#acdacf] bg-[#acdacf]"
/* SCSS */
$brand: #acdacf;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#acdacf")Accessibility — WCAG contrast
Aa
#acdacf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdacf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue81.2%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#acdacf text on a black background
contrast 13.68:1
Card sample
#acdacf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdacf;
Background color
Panel with #acdacf background
background-color: #acdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdacf; background: linear-gradient(135deg, #acdacf, #ACC6DA);