#acdbcf
a light, soft cyan · cool · closest name: silver
RGB
172, 219, 207
HSL
165°, 40%, 77%
CMYK
22, 0, 6, 14
Luminance
0.6394
Every format
| HEX | #acdbcf |
| RGB | rgb(172, 219, 207) |
| HSL | hsl(165, 40%, 77%) |
| CMYK | cmyk(22%, 0%, 6%, 14%) |
| LAB | lab(83.9 -17.6 0.9) |
| LCH | lch(83.9 17.7 177.1) |
| OKLCH | oklch(0.855 0.052 177.7) |
Copy-ready code
/* CSS */
color: #acdbcf;
background-color: #acdbcf;
/* Tailwind (arbitrary) */
class="text-[#acdbcf] bg-[#acdbcf]"
/* SCSS */
$brand: #acdbcf;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#acdbcf")Accessibility — WCAG contrast
Aa
#acdbcf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdbcf on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue81.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#acdbcf text on a black background
contrast 13.79:1
Card sample
#acdbcf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdbcf;
Background color
Panel with #acdbcf background
background-color: #acdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdbcf; background: linear-gradient(135deg, #acdbcf, #ACC8DB);