#bcdaba
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #bcdaba is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bcdaba |
| RGB | rgb(188, 218, 186) |
| HSL | hsl(116, 30%, 79%) |
| CMYK | cmyk(14%, 0%, 15%, 15%) |
| LAB | lab(84.2 -15.9 12.5) |
| LCH | lch(84.2 20.2 141.9) |
| OKLCH | oklch(0.858 0.054 143.4) |
| Decimal | 12376762 |
| Display P3 | color(display-p3 0.737 0.855 0.729) |
Copy-ready code
/* CSS */
color: #bcdaba;
background-color: #bcdaba;
/* Tailwind (arbitrary) */
class="text-[#bcdaba] bg-[#bcdaba]"
/* SCSS */
$brand: #bcdaba;
/* SwiftUI */
Color(red: 0.737, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#bcdaba")
/* Flutter */
Color(0xFFBCDABA)
/* Python / OpenCV (BGR) */
(186, 218, 188)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. #bcdaba 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: #F6F9F6;
--brand-100: #EDF3EC;
--brand-200: #D6E7D5;
--brand-300: #bcdaba;
--brand-400: #95C491;
--brand-500: #71B16D;
--brand-600: #5A9F55;
--brand-700: #4B8547;
--brand-800: #3C6A39;
--brand-900: #2E4E2C;
--brand-950: #1D311C;
--brand: #bcdaba;
--brand-ink: #000000;
}Colors that work with #bcdaba
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 #bcdaba
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 | #D8BADA | Directly opposite — maximum tension | |
| Analogous left | #CCDABA | Neighbour, quieter | |
| Analogous right | #BADAC8 | Neighbour, quieter | |
| Split-complement 1 | #C8BADA | Contrast without the clash | |
| Split-complement 2 | #DABACC | Contrast without the clash | |
| Triadic 1 | #BABCDA | Even thirds — balanced and loud | |
| Triadic 2 | #DABABC | Even thirds — balanced and loud | |
| Tetradic | #BACCDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bcdaba text on a black background
contrast 13.88:1
#bcdaba text on a white background
contrast 1.51:1
CSS3 live lab
The quick brown fox
color: #bcdaba;
background-color: #bcdaba;
Glowing headline
text-shadow: 2px 2px 8px #bcdaba;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 218, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 218, 186, 0.45);
border: 3px solid #bcdaba; background: linear-gradient(135deg, #bcdaba, #BADACD);
Monochromatic scale
Palettes built from #bcdaba
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: Celadon (#ace1af) — ΔE2000 6 away, with its history, psychology and brand usage.
#bcdaba 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.
#bcdaba, answered
What color is #bcdaba?
#bcdaba is a light soft green, closest to Dark Sea Green (ΔE2000 9.8). It sits at 116° on the hue wheel with 30% saturation and 79% lightness, which reads as cool.
What is the RGB value of #bcdaba?
rgb(188, 218, 186) — 188 red, 218 green and 186 blue out of 255, or 73.7% / 85.5% / 72.9% by channel.
Is #bcdaba a light or a dark color?
It is a light color. Relative luminance is 0.6438 and perceived brightness is 81%, so black text on it reaches 13.88:1.
Should I use black or white text on #bcdaba?
Black. It scores 13.88:1 against #bcdaba, versus 1.51:1 for white — AAA at any size.
What is the complementary color of #bcdaba?
#D8BADA sits directly opposite on the wheel. Softer options are the split-complements #C8BADA and #DABACC, which give the same contrast with far less vibration.
What colors go well with #bcdaba?
For interface work: #F5FAF5 as the surface, #CBE3CA for borders, #549550 for secondary text, #744389 as an accent and #2F532C for hover and pressed states. For a palette, the analogous pair #CCDABA and #BADAC8 stays calm, while #D8BADA is the loudest partner.
What is #bcdaba in CMYK for printing?
cmyk(14%, 0%, 15%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bcdaba warm or cool?
Cool — it scores 59 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C8DABA; nudged cooler, #B9DBC3.