#afdfc8
a light, soft green · cool · closest name: beige
RGB
175, 223, 200
HSL
151°, 43%, 78%
CMYK
22, 0, 10, 13
Luminance
0.6606
Every format
| HEX | #afdfc8 |
| RGB | rgb(175, 223, 200) |
| HSL | hsl(151, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 10%, 13%) |
| LAB | lab(85.0 -20.1 6.2) |
| LCH | lch(85.0 21.0 162.8) |
| OKLCH | oklch(0.864 0.059 164.2) |
Copy-ready code
/* CSS */
color: #afdfc8;
background-color: #afdfc8;
/* Tailwind (arbitrary) */
class="text-[#afdfc8] bg-[#afdfc8]"
/* SCSS */
$brand: #afdfc8;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.784)
/* Android */
Color.parseColor("#afdfc8")Accessibility — WCAG contrast
Aa
#afdfc8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfc8 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue78.4%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow10.3%
Key (black)12.5%
Color previews
#afdfc8 text on a black background
contrast 14.21:1
Card sample
#afdfc8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfc8;
Background color
Panel with #afdfc8 background
background-color: #afdfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfc8; background: linear-gradient(135deg, #afdfc8, #AFD6DF);