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