#afcdbb
a light, soft green · cool · closest name: silver
RGB
175, 205, 187
HSL
144°, 23%, 75%
CMYK
15, 0, 9, 20
Luminance
0.5636
Every format
| HEX | #afcdbb |
| RGB | rgb(175, 205, 187) |
| HSL | hsl(144, 23%, 75%) |
| CMYK | cmyk(15%, 0%, 9%, 20%) |
| LAB | lab(79.8 -13.5 5.6) |
| LCH | lch(79.8 14.7 157.5) |
| OKLCH | oklch(0.821 0.041 159.0) |
Copy-ready code
/* CSS */
color: #afcdbb;
background-color: #afcdbb;
/* Tailwind (arbitrary) */
class="text-[#afcdbb] bg-[#afcdbb]"
/* SCSS */
$brand: #afcdbb;
/* SwiftUI */
Color(red: 0.686, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#afcdbb")Accessibility — WCAG contrast
Aa
#afcdbb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcdbb on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.4%
Blue73.3%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow8.8%
Key (black)19.6%
Color previews
#afcdbb text on a black background
contrast 12.27:1
Card sample
#afcdbb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcdbb;
Background color
Panel with #afcdbb background
background-color: #afcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcdbb; background: linear-gradient(135deg, #afcdbb, #AFCBCD);