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