#b8daaa
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #b8daaa 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 | #b8daaa |
| RGB | rgb(184, 218, 170) |
| HSL | hsl(103, 39%, 76%) |
| CMYK | cmyk(16%, 0%, 22%, 15%) |
| LAB | lab(83.6 -20.0 20.0) |
| LCH | lch(83.6 28.3 135.0) |
| OKLCH | oklch(0.851 0.074 136.6) |
| Decimal | 12114602 |
| Display P3 | color(display-p3 0.722 0.855 0.667) |
Copy-ready code
/* CSS */
color: #b8daaa;
background-color: #b8daaa;
/* Tailwind (arbitrary) */
class="text-[#b8daaa] bg-[#b8daaa]"
/* SCSS */
$brand: #b8daaa;
/* SwiftUI */
Color(red: 0.722, green: 0.855, blue: 0.667)
/* Android */
Color.parseColor("#b8daaa")
/* Flutter */
Color(0xFFB8DAAA)
/* Python / OpenCV (BGR) */
(170, 218, 184)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. #b8daaa 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: #EEF4EB;
--brand-200: #D9E9D2;
--brand-300: #b8daaa;
--brand-400: #9DCC8A;
--brand-500: #7CBB63;
--brand-600: #66AB4A;
--brand-700: #558E3E;
--brand-800: #447232;
--brand-900: #345327;
--brand-950: #203418;
--brand: #b8daaa;
--brand-ink: #000000;
}Colors that work with #b8daaa
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 #b8daaa
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 | #CCAADA | Directly opposite — maximum tension | |
| Analogous left | #D0DAAA | Neighbour, quieter | |
| Analogous right | #AADAB4 | Neighbour, quieter | |
| Split-complement 1 | #B4AADA | Contrast without the clash | |
| Split-complement 2 | #DAAAD0 | Contrast without the clash | |
| Triadic 1 | #AAB8DA | Even thirds — balanced and loud | |
| Triadic 2 | #DAAAB8 | Even thirds — balanced and loud | |
| Tetradic | #AAD0DA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b8daaa text on a black background
contrast 13.65:1
#b8daaa text on a white background
contrast 1.54:1
CSS3 live lab
The quick brown fox
color: #b8daaa;
background-color: #b8daaa;
Glowing headline
text-shadow: 2px 2px 8px #b8daaa;
Soft neon halo
text-shadow: 0 0 14px rgba(184, 218, 170, 0.45);
box-shadow: 0 12px 32px -8px rgba(184, 218, 170, 0.45);
border: 3px solid #b8daaa; background: linear-gradient(135deg, #b8daaa, #AADABC);
Monochromatic scale
Palettes built from #b8daaa
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.8 away, with its history, psychology and brand usage.
#b8daaa 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.
#b8daaa, answered
What color is #b8daaa?
#b8daaa is a light soft green, closest to Dark Sea Green (ΔE2000 8.6). It sits at 103° on the hue wheel with 39% saturation and 76% lightness, which reads as neutral.
What is the RGB value of #b8daaa?
rgb(184, 218, 170) — 184 red, 218 green and 170 blue out of 255, or 72.2% / 85.5% / 66.7% by channel.
Is #b8daaa a light or a dark color?
It is a light color. Relative luminance is 0.6324 and perceived brightness is 80%, so black text on it reaches 13.65:1.
Should I use black or white text on #b8daaa?
Black. It scores 13.65:1 against #b8daaa, versus 1.54:1 for white — AAA at any size.
What is the complementary color of #b8daaa?
#CCAADA sits directly opposite on the wheel. Softer options are the split-complements #B4AADA and #DAAAD0, which give the same contrast with far less vibration.
What colors go well with #b8daaa?
For interface work: #F6FAF4 as the surface, #D0E6C6 for borders, #629B4B for secondary text, #633B91 as an accent and #355927 for hover and pressed states. For a palette, the analogous pair #D0DAAA and #AADAB4 stays calm, while #CCAADA is the loudest partner.
What is #b8daaa in CMYK for printing?
cmyk(16%, 0%, 22%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b8daaa warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CADAAA; nudged cooler, #A9DBAD.