#bfdba7
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #bfdba7 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bfdba7 |
| RGB | rgb(191, 219, 167) |
| HSL | hsl(92, 42%, 76%) |
| CMYK | cmyk(13%, 0%, 24%, 14%) |
| LAB | lab(84.2 -18.5 22.6) |
| LCH | lch(84.2 29.2 129.3) |
| OKLCH | oklch(0.858 0.076 130.9) |
| Decimal | 12573607 |
| Display P3 | color(display-p3 0.749 0.859 0.655) |
Copy-ready code
/* CSS */
color: #bfdba7;
background-color: #bfdba7;
/* Tailwind (arbitrary) */
class="text-[#bfdba7] bg-[#bfdba7]"
/* SCSS */
$brand: #bfdba7;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.655)
/* Android */
Color.parseColor("#bfdba7")
/* Flutter */
Color(0xFFBFDBA7)
/* Python / OpenCV (BGR) */
(167, 219, 191)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bfdba7 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7FAF5;
--brand-100: #EFF5EB;
--brand-200: #DDEAD2;
--brand-300: #bfdba7;
--brand-400: #A8CE88;
--brand-500: #8BBE60;
--brand-600: #76AE47;
--brand-700: #63913B;
--brand-800: #4F742F;
--brand-900: #3B5526;
--brand-950: #253518;
--brand: #bfdba7;
--brand-ink: #000000;
}Colors that work with #bfdba7
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bfdba7
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #C3A7DB | Directly opposite — maximum tension | |
| Analogous left | #D9DBA7 | Neighbour, quieter | |
| Analogous right | #A7DBA9 | Neighbour, quieter | |
| Split-complement 1 | #A9A7DB | Contrast without the clash | |
| Split-complement 2 | #DBA7D9 | Contrast without the clash | |
| Triadic 1 | #A7BFDB | Even thirds — balanced and loud | |
| Triadic 2 | #DBA7BF | Even thirds — balanced and loud | |
| Tetradic | #A7D9DB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bfdba7 text on a black background
contrast 13.91:1
#bfdba7 text on a white background
contrast 1.51:1
CSS3 live lab
The quick brown fox
color: #bfdba7;
background-color: #bfdba7;
Glowing headline
text-shadow: 2px 2px 8px #bfdba7;
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 167, 0.45);
box-shadow: 0 12px 32px -8px rgba(191, 219, 167, 0.45);
border: 3px solid #bfdba7; background: linear-gradient(135deg, #bfdba7, #A7DBB2);
Monochromatic scale
Palettes built from #bfdba7
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Tea Green (#d0f0c0) — ΔE2000 4.9 away, with its history, psychology and brand usage.
#bfdba7 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bfdba7, answered
What color is #bfdba7?
#bfdba7 is a light soft green, closest to Dark Sea Green (ΔE2000 9.7). It sits at 92° on the hue wheel with 42% saturation and 76% lightness, which reads as neutral.
What is the RGB value of #bfdba7?
rgb(191, 219, 167) — 191 red, 219 green and 167 blue out of 255, or 74.9% / 85.9% / 65.5% by channel.
Is #bfdba7 a light or a dark color?
It is a light color. Relative luminance is 0.6453 and perceived brightness is 81%, so black text on it reaches 13.91:1.
Should I use black or white text on #bfdba7?
Black. It scores 13.91:1 against #bfdba7, versus 1.51:1 for white — AAA at any size.
What is the complementary color of #bfdba7?
#C3A7DB sits directly opposite on the wheel. Softer options are the split-complements #A9A7DB and #DBA7D9, which give the same contrast with far less vibration.
What colors go well with #bfdba7?
For interface work: #F7FAF4 as the surface, #D5E7C5 for borders, #709B4B for secondary text, #523894 as an accent and #3E5A25 for hover and pressed states. For a palette, the analogous pair #D9DBA7 and #A7DBA9 stays calm, while #C3A7DB is the loudest partner.
What is #bfdba7 in CMYK for printing?
cmyk(13%, 0%, 24%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bfdba7 warm or cool?
Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D2DBA7; nudged cooler, #ABDCA6.