#afdfbc
a light, soft green · cool · closest name: beige
RGB
175, 223, 188
HSL
136°, 43%, 78%
CMYK
22, 0, 16, 13
Luminance
0.6552
Every format
| HEX | #afdfbc |
| RGB | rgb(175, 223, 188) |
| HSL | hsl(136, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 16%, 13%) |
| LAB | lab(84.8 -22.4 12.1) |
| LCH | lch(84.8 25.4 151.5) |
| OKLCH | oklch(0.860 0.069 153.2) |
Copy-ready code
/* CSS */
color: #afdfbc;
background-color: #afdfbc;
/* Tailwind (arbitrary) */
class="text-[#afdfbc] bg-[#afdfbc]"
/* SCSS */
$brand: #afdfbc;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#afdfbc")Accessibility — WCAG contrast
Aa
#afdfbc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfbc on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue73.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#afdfbc text on a black background
contrast 14.10:1
Card sample
#afdfbc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfbc;
Background color
Panel with #afdfbc background
background-color: #afdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfbc; background: linear-gradient(135deg, #afdfbc, #AFDFDC);