#bbcfac
a light, soft green · cool · closest name: beige
RGB
187, 207, 172
HSL
94°, 27%, 74%
CMYK
10, 0, 17, 19
Luminance
0.5817
Every format
| HEX | #bbcfac |
| RGB | rgb(187, 207, 172) |
| HSL | hsl(94, 27%, 74%) |
| CMYK | cmyk(10%, 0%, 17%, 19%) |
| LAB | lab(80.8 -13.1 15.2) |
| LCH | lch(80.8 20.0 130.8) |
| OKLCH | oklch(0.830 0.052 131.8) |
Copy-ready code
/* CSS */
color: #bbcfac;
background-color: #bbcfac;
/* Tailwind (arbitrary) */
class="text-[#bbcfac] bg-[#bbcfac]"
/* SCSS */
$brand: #bbcfac;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#bbcfac")Accessibility — WCAG contrast
Aa
#bbcfac on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfac on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue67.5%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#bbcfac text on a black background
contrast 12.63:1
Card sample
#bbcfac text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfac;
Background color
Panel with #bbcfac background
background-color: #bbcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfac; background: linear-gradient(135deg, #bbcfac, #ACCFB4);