#bcd2ab
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #bcd2ab 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 | #bcd2ab |
| RGB | rgb(188, 210, 171) |
| HSL | hsl(94, 30%, 75%) |
| CMYK | cmyk(11%, 0%, 19%, 18%) |
| LAB | lab(81.7 -14.4 16.9) |
| LCH | lch(81.7 22.2 130.5) |
| OKLCH | oklch(0.837 0.058 131.6) |
| Decimal | 12374699 |
| Display P3 | color(display-p3 0.737 0.824 0.671) |
Copy-ready code
/* CSS */
color: #bcd2ab;
background-color: #bcd2ab;
/* Tailwind (arbitrary) */
class="text-[#bcd2ab] bg-[#bcd2ab]"
/* SCSS */
$brand: #bcd2ab;
/* SwiftUI */
Color(red: 0.737, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#bcd2ab")
/* Flutter */
Color(0xFFBCD2AB)
/* Python / OpenCV (BGR) */
(171, 210, 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. #bcd2ab 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: #F7F9F6;
--brand-100: #EFF3EC;
--brand-200: #DDE7D5;
--brand-300: #bcd2ab;
--brand-400: #A8C491;
--brand-500: #8BB16D;
--brand-600: #769F55;
--brand-700: #628547;
--brand-800: #4E6A39;
--brand-900: #3B4E2C;
--brand-950: #25311C;
--brand: #bcd2ab;
--brand-ink: #000000;
}Colors that work with #bcd2ab
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 #bcd2ab
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 | #C1ABD2 | Directly opposite — maximum tension | |
| Analogous left | #D0D2AB | Neighbour, quieter | |
| Analogous right | #ABD2AD | Neighbour, quieter | |
| Split-complement 1 | #ADABD2 | Contrast without the clash | |
| Split-complement 2 | #D2ABD0 | Contrast without the clash | |
| Triadic 1 | #ABBCD2 | Even thirds — balanced and loud | |
| Triadic 2 | #D2ABBC | Even thirds — balanced and loud | |
| Tetradic | #ABD0D2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bcd2ab text on a black background
contrast 12.94:1
#bcd2ab text on a white background
contrast 1.62:1
CSS3 live lab
The quick brown fox
color: #bcd2ab;
background-color: #bcd2ab;
Glowing headline
text-shadow: 2px 2px 8px #bcd2ab;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 210, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 210, 171, 0.45);
border: 3px solid #bcd2ab; background: linear-gradient(135deg, #bcd2ab, #ABD2B4);
Monochromatic scale
Palettes built from #bcd2ab
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 6.9 away, with its history, psychology and brand usage.
#bcd2ab 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.
#bcd2ab, answered
What color is #bcd2ab?
#bcd2ab is a light soft green, closest to Dark Sea Green (ΔE2000 8.7). It sits at 94° on the hue wheel with 30% saturation and 75% lightness, which reads as neutral.
What is the RGB value of #bcd2ab?
rgb(188, 210, 171) — 188 red, 210 green and 171 blue out of 255, or 73.7% / 82.4% / 67.1% by channel.
Is #bcd2ab a light or a dark color?
It is a light color. Relative luminance is 0.5972 and perceived brightness is 78%, so black text on it reaches 12.94:1.
Should I use black or white text on #bcd2ab?
Black. It scores 12.94:1 against #bcd2ab, versus 1.62:1 for white — AAA at any size.
What is the complementary color of #bcd2ab?
#C1ABD2 sits directly opposite on the wheel. Softer options are the split-complements #ADABD2 and #D2ABD0, which give the same contrast with far less vibration.
What colors go well with #bcd2ab?
For interface work: #F7FAF5 as the surface, #D5E3CA for borders, #6E9550 for secondary text, #59428A as an accent and #3D532C for hover and pressed states. For a palette, the analogous pair #D0D2AB and #ABD2AD stays calm, while #C1ABD2 is the loudest partner.
What is #bcd2ab in CMYK for printing?
cmyk(11%, 0%, 19%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bcd2ab 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 #CAD2AB; nudged cooler, #ADD3AA.