#afcabc
a light, soft green · cool · closest name: silver
RGB
175, 202, 188
HSL
149°, 20%, 74%
CMYK
13, 0, 7, 21
Luminance
0.5499
Every format
| HEX | #afcabc |
| RGB | rgb(175, 202, 188) |
| HSL | hsl(149, 20%, 74%) |
| CMYK | cmyk(13%, 0%, 7%, 21%) |
| LAB | lab(79.0 -11.8 3.9) |
| LCH | lch(79.0 12.4 161.5) |
| OKLCH | oklch(0.815 0.035 163.0) |
Copy-ready code
/* CSS */
color: #afcabc;
background-color: #afcabc;
/* Tailwind (arbitrary) */
class="text-[#afcabc] bg-[#afcabc]"
/* SCSS */
$brand: #afcabc;
/* SwiftUI */
Color(red: 0.686, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#afcabc")Accessibility — WCAG contrast
Aa
#afcabc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcabc on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.2%
Blue73.7%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#afcabc text on a black background
contrast 12.00:1
Card sample
#afcabc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcabc;
Background color
Panel with #afcabc background
background-color: #afcabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcabc; background: linear-gradient(135deg, #afcabc, #AFC6CA);