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