#acccbc
a light, soft green · cool · closest name: silver
RGB
172, 204, 188
HSL
150°, 24%, 74%
CMYK
16, 0, 8, 20
Luminance
0.5559
Every format
| HEX | #acccbc |
| RGB | rgb(172, 204, 188) |
| HSL | hsl(150, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 8%, 20%) |
| LAB | lab(79.4 -13.8 4.4) |
| LCH | lch(79.4 14.5 162.3) |
| OKLCH | oklch(0.817 0.041 163.8) |
Copy-ready code
/* CSS */
color: #acccbc;
background-color: #acccbc;
/* Tailwind (arbitrary) */
class="text-[#acccbc] bg-[#acccbc]"
/* SCSS */
$brand: #acccbc;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.737)
/* Android */
Color.parseColor("#acccbc")Accessibility — WCAG contrast
Aa
#acccbc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccbc on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue73.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow7.8%
Key (black)20.0%
Color previews
#acccbc text on a black background
contrast 12.12:1
Card sample
#acccbc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccbc;
Background color
Panel with #acccbc background
background-color: #acccbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccbc; background: linear-gradient(135deg, #acccbc, #ACC7CC);