#b8decc
a light, soft green · cool · closest name: Pale Turquoise
At a glance
Every number on this page in one read: what #b8decc 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 | #b8decc |
| RGB | rgb(184, 222, 204) |
| HSL | hsl(152, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 8%, 13%) |
| LAB | lab(85.4 -15.9 4.7) |
| LCH | lch(85.4 16.6 163.6) |
| OKLCH | oklch(0.868 0.047 165.0) |
| Decimal | 12115660 |
| Display P3 | color(display-p3 0.722 0.871 0.800) |
Copy-ready code
/* CSS */
color: #b8decc;
background-color: #b8decc;
/* Tailwind (arbitrary) */
class="text-[#b8decc] bg-[#b8decc]"
/* SCSS */
$brand: #b8decc;
/* SwiftUI */
Color(red: 0.722, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#b8decc")
/* Flutter */
Color(0xFFB8DECC)
/* Python / OpenCV (BGR) */
(204, 222, 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. #b8decc 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: #F5FAF7;
--brand-100: #EBF4F0;
--brand-200: #D3E8DE;
--brand-300: #b8decc;
--brand-400: #8CCAAC;
--brand-500: #66B891;
--brand-600: #4EA77D;
--brand-700: #418B68;
--brand-800: #346F53;
--brand-900: #29523E;
--brand-950: #193327;
--brand: #b8decc;
--brand-ink: #000000;
}Colors that work with #b8decc
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 #b8decc
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 | #DEB8CA | Directly opposite — maximum tension | |
| Analogous left | #B8DEB9 | Neighbour, quieter | |
| Analogous right | #B8DDDE | Neighbour, quieter | |
| Split-complement 1 | #DEB8DD | Contrast without the clash | |
| Split-complement 2 | #DEB9B8 | Contrast without the clash | |
| Triadic 1 | #CCB8DE | Even thirds — balanced and loud | |
| Triadic 2 | #DECCB8 | Even thirds — balanced and loud | |
| Tetradic | #B9B8DE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b8decc text on a black background
contrast 14.36:1
#b8decc text on a white background
contrast 1.46:1
CSS3 live lab
The quick brown fox
color: #b8decc;
background-color: #b8decc;
Glowing headline
text-shadow: 2px 2px 8px #b8decc;
Soft neon halo
text-shadow: 0 0 14px rgba(184, 222, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(184, 222, 204, 0.45);
border: 3px solid #b8decc; background: linear-gradient(135deg, #b8decc, #B8D7DE);
Monochromatic scale
Palettes built from #b8decc
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 9.2 away, with its history, psychology and brand usage.
#b8decc 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.
#b8decc, answered
What color is #b8decc?
#b8decc is a light soft green, closest to Pale Turquoise (ΔE2000 9). It sits at 152° on the hue wheel with 37% saturation and 80% lightness, which reads as cool.
What is the RGB value of #b8decc?
rgb(184, 222, 204) — 184 red, 222 green and 204 blue out of 255, or 72.2% / 87.1% / 80% by channel.
Is #b8decc a light or a dark color?
It is a light color. Relative luminance is 0.6679 and perceived brightness is 82%, so black text on it reaches 14.36:1.
Should I use black or white text on #b8decc?
Black. It scores 14.36:1 against #b8decc, versus 1.46:1 for white — AAA at any size.
What is the complementary color of #b8decc?
#DEB8CA sits directly opposite on the wheel. Softer options are the split-complements #DEB8DD and #DEB9B8, which give the same contrast with far less vibration.
What colors go well with #b8decc?
For interface work: #F5FAF7 as the surface, #C7E5D7 for borders, #4B9B75 for secondary text, #8F3D78 as an accent and #285741 for hover and pressed states. For a palette, the analogous pair #B8DEB9 and #B8DDDE stays calm, while #DEB8CA is the loudest partner.
What is #b8decc in CMYK for printing?
cmyk(17%, 0%, 8%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b8decc warm or cool?
Cool — it scores 76 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B8DEBE; nudged cooler, #B7DFDB.