#acdacb
a light, soft cyan · cool · closest name: silver
RGB
172, 218, 203
HSL
160°, 38%, 77%
CMYK
21, 0, 7, 15
Luminance
0.6323
Every format
| HEX | #acdacb |
| RGB | rgb(172, 218, 203) |
| HSL | hsl(160, 38%, 77%) |
| CMYK | cmyk(21%, 0%, 7%, 15%) |
| LAB | lab(83.6 -17.9 2.5) |
| LCH | lch(83.6 18.1 172.2) |
| OKLCH | oklch(0.852 0.052 173.1) |
Copy-ready code
/* CSS */
color: #acdacb;
background-color: #acdacb;
/* Tailwind (arbitrary) */
class="text-[#acdacb] bg-[#acdacb]"
/* SCSS */
$brand: #acdacb;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.796)
/* Android */
Color.parseColor("#acdacb")Accessibility — WCAG contrast
Aa
#acdacb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdacb on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue79.6%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow6.9%
Key (black)14.5%
Color previews
#acdacb text on a black background
contrast 13.65:1
Card sample
#acdacb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdacb;
Background color
Panel with #acdacb background
background-color: #acdacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdacb; background: linear-gradient(135deg, #acdacb, #ACCADA);