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