#afccbc
a light, soft green · cool · closest name: silver
RGB
175, 204, 188
HSL
147°, 22%, 74%
CMYK
14, 0, 8, 20
Luminance
0.5593
Every format
| HEX | #afccbc |
| RGB | rgb(175, 204, 188) |
| HSL | hsl(147, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 8%, 20%) |
| LAB | lab(79.6 -12.8 4.7) |
| LCH | lch(79.6 13.7 159.8) |
| OKLCH | oklch(0.819 0.038 161.3) |
Copy-ready code
/* CSS */
color: #afccbc;
background-color: #afccbc;
/* Tailwind (arbitrary) */
class="text-[#afccbc] bg-[#afccbc]"
/* SCSS */
$brand: #afccbc;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.737)
/* Android */
Color.parseColor("#afccbc")Accessibility — WCAG contrast
Aa
#afccbc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccbc on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue73.7%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow7.8%
Key (black)20.0%
Color previews
#afccbc text on a black background
contrast 12.19:1
Card sample
#afccbc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccbc;
Background color
Panel with #afccbc background
background-color: #afccbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccbc; background: linear-gradient(135deg, #afccbc, #AFC9CC);