#bbcfaf
a light, soft green · cool · closest name: beige
RGB
187, 207, 175
HSL
98°, 25%, 75%
CMYK
10, 0, 16, 19
Luminance
0.5829
Every format
| HEX | #bbcfaf |
| RGB | rgb(187, 207, 175) |
| HSL | hsl(98, 25%, 75%) |
| CMYK | cmyk(10%, 0%, 16%, 19%) |
| LAB | lab(80.9 -12.6 13.7) |
| LCH | lch(80.9 18.6 132.6) |
| OKLCH | oklch(0.831 0.049 133.7) |
Copy-ready code
/* CSS */
color: #bbcfaf;
background-color: #bbcfaf;
/* Tailwind (arbitrary) */
class="text-[#bbcfaf] bg-[#bbcfaf]"
/* SCSS */
$brand: #bbcfaf;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.686)
/* Android */
Color.parseColor("#bbcfaf")Accessibility — WCAG contrast
Aa
#bbcfaf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfaf on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue68.6%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow15.5%
Key (black)18.8%
Color previews
#bbcfaf text on a black background
contrast 12.66:1
Card sample
#bbcfaf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfaf;
Background color
Panel with #bbcfaf background
background-color: #bbcfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfaf; background: linear-gradient(135deg, #bbcfaf, #AFCFB8);