#badcb2
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #badcb2 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 | #badcb2 |
| RGB | rgb(186, 220, 178) |
| HSL | hsl(109, 38%, 78%) |
| CMYK | cmyk(16%, 0%, 19%, 14%) |
| LAB | lab(84.4 -19.0 17.0) |
| LCH | lch(84.4 25.5 138.1) |
| OKLCH | oklch(0.859 0.068 139.7) |
| Decimal | 12246194 |
| Display P3 | color(display-p3 0.729 0.863 0.698) |
Copy-ready code
/* CSS */
color: #badcb2;
background-color: #badcb2;
/* Tailwind (arbitrary) */
class="text-[#badcb2] bg-[#badcb2]"
/* SCSS */
$brand: #badcb2;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.698)
/* Android */
Color.parseColor("#badcb2")
/* Flutter */
Color(0xFFBADCB2)
/* Python / OpenCV (BGR) */
(178, 220, 186)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. #badcb2 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: #F6FAF5;
--brand-100: #EDF4EB;
--brand-200: #D7E9D3;
--brand-300: #badcb2;
--brand-400: #97CA8B;
--brand-500: #75B965;
--brand-600: #5EA84D;
--brand-700: #4E8C40;
--brand-800: #3F7033;
--brand-900: #305228;
--brand-950: #1E3319;
--brand: #badcb2;
--brand-ink: #000000;
}Colors that work with #badcb2
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 #badcb2
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 | #D4B2DC | Directly opposite — maximum tension | |
| Analogous left | #CFDCB2 | Neighbour, quieter | |
| Analogous right | #B2DCBF | Neighbour, quieter | |
| Split-complement 1 | #BFB2DC | Contrast without the clash | |
| Split-complement 2 | #DCB2CF | Contrast without the clash | |
| Triadic 1 | #B2BADC | Even thirds — balanced and loud | |
| Triadic 2 | #DCB2BA | Even thirds — balanced and loud | |
| Tetradic | #B2CFDC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#badcb2 text on a black background
contrast 13.97:1
#badcb2 text on a white background
contrast 1.50:1
CSS3 live lab
The quick brown fox
color: #badcb2;
background-color: #badcb2;
Glowing headline
text-shadow: 2px 2px 8px #badcb2;
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 178, 0.45);
box-shadow: 0 12px 32px -8px rgba(186, 220, 178, 0.45);
border: 3px solid #badcb2; background: linear-gradient(135deg, #badcb2, #B2DCC6);
Monochromatic scale
Palettes built from #badcb2
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 3.9 away, with its history, psychology and brand usage.
#badcb2 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.
#badcb2, answered
What color is #badcb2?
#badcb2 is a light soft green, closest to Dark Sea Green (ΔE2000 9). It sits at 109° on the hue wheel with 38% saturation and 78% lightness, which reads as neutral.
What is the RGB value of #badcb2?
rgb(186, 220, 178) — 186 red, 220 green and 178 blue out of 255, or 72.9% / 86.3% / 69.8% by channel.
Is #badcb2 a light or a dark color?
It is a light color. Relative luminance is 0.6484 and perceived brightness is 81%, so black text on it reaches 13.97:1.
Should I use black or white text on #badcb2?
Black. It scores 13.97:1 against #badcb2, versus 1.50:1 for white — AAA at any size.
What is the complementary color of #badcb2?
#D4B2DC sits directly opposite on the wheel. Softer options are the split-complements #BFB2DC and #DCB2CF, which give the same contrast with far less vibration.
What colors go well with #badcb2?
For interface work: #F6FAF4 as the surface, #CDE5C7 for borders, #5A9B4B for secondary text, #6B3C90 as an accent and #315828 for hover and pressed states. For a palette, the analogous pair #CFDCB2 and #B2DCBF stays calm, while #D4B2DC is the loudest partner.
What is #badcb2 in CMYK for printing?
cmyk(16%, 0%, 19%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #badcb2 warm or cool?
Neutral — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C9DCB2; nudged cooler, #B1DDB9.