#b6cfbc
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #b6cfbc 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 | #b6cfbc |
| RGB | rgb(182, 207, 188) |
| HSL | hsl(134, 21%, 76%) |
| CMYK | cmyk(12%, 0%, 9%, 19%) |
| LAB | lab(80.8 -12.0 6.6) |
| LCH | lch(80.8 13.7 151.1) |
| OKLCH | oklch(0.831 0.038 152.7) |
| Decimal | 11980732 |
| Display P3 | color(display-p3 0.714 0.812 0.737) |
Copy-ready code
/* CSS */
color: #b6cfbc;
background-color: #b6cfbc;
/* Tailwind (arbitrary) */
class="text-[#b6cfbc] bg-[#b6cfbc]"
/* SCSS */
$brand: #b6cfbc;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#b6cfbc")
/* Flutter */
Color(0xFFB6CFBC)
/* Python / OpenCV (BGR) */
(188, 207, 182)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. #b6cfbc 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: #F6F9F7;
--brand-100: #EDF2EE;
--brand-200: #D8E4DB;
--brand-300: #b6cfbc;
--brand-400: #99BCA2;
--brand-500: #78A683;
--brand-600: #61946D;
--brand-700: #517B5B;
--brand-800: #416249;
--brand-900: #324937;
--brand-950: #1F2E22;
--brand: #b6cfbc;
--brand-ink: #000000;
}Colors that work with #b6cfbc
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 #b6cfbc
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 | #CFB6C9 | Directly opposite — maximum tension | |
| Analogous left | #BDCFB6 | Neighbour, quieter | |
| Analogous right | #B6CFC9 | Neighbour, quieter | |
| Split-complement 1 | #C9B6CF | Contrast without the clash | |
| Split-complement 2 | #CFB6BD | Contrast without the clash | |
| Triadic 1 | #BCB6CF | Even thirds — balanced and loud | |
| Triadic 2 | #CFBCB6 | Even thirds — balanced and loud | |
| Tetradic | #B6BDCF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b6cfbc text on a black background
contrast 12.64:1
#b6cfbc text on a white background
contrast 1.66:1
CSS3 live lab
The quick brown fox
color: #b6cfbc;
background-color: #b6cfbc;
Glowing headline
text-shadow: 2px 2px 8px #b6cfbc;
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(182, 207, 188, 0.45);
border: 3px solid #b6cfbc; background: linear-gradient(135deg, #b6cfbc, #B6CFCD);
Monochromatic scale
Palettes built from #b6cfbc
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: Eucalyptus (#95afa2) — ΔE2000 8.8 away, with its history, psychology and brand usage.
#b6cfbc 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.
#b6cfbc, answered
What color is #b6cfbc?
#b6cfbc is a light soft green, closest to Dark Sea Green (ΔE2000 10.8). It sits at 134° on the hue wheel with 21% saturation and 76% lightness, which reads as cool.
What is the RGB value of #b6cfbc?
rgb(182, 207, 188) — 182 red, 207 green and 188 blue out of 255, or 71.4% / 81.2% / 73.7% by channel.
Is #b6cfbc a light or a dark color?
It is a light color. Relative luminance is 0.5820 and perceived brightness is 78%, so black text on it reaches 12.64:1.
Should I use black or white text on #b6cfbc?
Black. It scores 12.64:1 against #b6cfbc, versus 1.66:1 for white — AAA at any size.
What is the complementary color of #b6cfbc?
#CFB6C9 sits directly opposite on the wheel. Softer options are the split-complements #C9B6CF and #CFB6BD, which give the same contrast with far less vibration.
What colors go well with #b6cfbc?
For interface work: #F6F9F7 as the surface, #CEDFD2 for borders, #5B8B66 for secondary text, #7E4E7E as an accent and #334D39 for hover and pressed states. For a palette, the analogous pair #BDCFB6 and #B6CFC9 stays calm, while #CFB6C9 is the loudest partner.
What is #b6cfbc in CMYK for printing?
cmyk(12%, 0%, 9%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b6cfbc warm or cool?
Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B9CFB6; nudged cooler, #B5D0C5.