#c3dfbd
a light, soft green · cool · closest name: Honey Dew
At a glance
Every number on this page in one read: what #c3dfbd 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 | #c3dfbd |
| RGB | rgb(195, 223, 189) |
| HSL | hsl(109, 35%, 81%) |
| CMYK | cmyk(13%, 0%, 15%, 13%) |
| LAB | lab(86.0 -15.5 13.6) |
| LCH | lch(86.0 20.6 138.8) |
| OKLCH | oklch(0.874 0.055 140.1) |
| Decimal | 12836797 |
| Display P3 | color(display-p3 0.765 0.875 0.741) |
Copy-ready code
/* CSS */
color: #c3dfbd;
background-color: #c3dfbd;
/* Tailwind (arbitrary) */
class="text-[#c3dfbd] bg-[#c3dfbd]"
/* SCSS */
$brand: #c3dfbd;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#c3dfbd")
/* Flutter */
Color(0xFFC3DFBD)
/* Python / OpenCV (BGR) */
(189, 223, 195)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. #c3dfbd 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: #F6F9F5;
--brand-100: #EDF4EC;
--brand-200: #D7E8D4;
--brand-300: #c3dfbd;
--brand-400: #98C88E;
--brand-500: #76B668;
--brand-600: #5FA550;
--brand-700: #4F8943;
--brand-800: #3F6E35;
--brand-900: #31512A;
--brand-950: #1E321A;
--brand: #c3dfbd;
--brand-ink: #000000;
}Colors that work with #c3dfbd
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 #c3dfbd
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 | #D9BDDF | Directly opposite — maximum tension | |
| Analogous left | #D4DFBD | Neighbour, quieter | |
| Analogous right | #BDDFC8 | Neighbour, quieter | |
| Split-complement 1 | #C8BDDF | Contrast without the clash | |
| Split-complement 2 | #DFBDD4 | Contrast without the clash | |
| Triadic 1 | #BDC3DF | Even thirds — balanced and loud | |
| Triadic 2 | #DFBDC3 | Even thirds — balanced and loud | |
| Tetradic | #BDD4DF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c3dfbd text on a black background
contrast 14.61:1
#c3dfbd text on a white background
contrast 1.44:1
CSS3 live lab
The quick brown fox
color: #c3dfbd;
background-color: #c3dfbd;
Glowing headline
text-shadow: 2px 2px 8px #c3dfbd;
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 189, 0.45);
box-shadow: 0 12px 32px -8px rgba(195, 223, 189, 0.45);
border: 3px solid #c3dfbd; background: linear-gradient(135deg, #c3dfbd, #BDDFCE);
Monochromatic scale
Palettes built from #c3dfbd
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 5 away, with its history, psychology and brand usage.
#c3dfbd 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.
#c3dfbd, answered
What color is #c3dfbd?
#c3dfbd is a light soft green, closest to Honey Dew (ΔE2000 10.8). It sits at 109° on the hue wheel with 35% saturation and 81% lightness, which reads as cool.
What is the RGB value of #c3dfbd?
rgb(195, 223, 189) — 195 red, 223 green and 189 blue out of 255, or 76.5% / 87.5% / 74.1% by channel.
Is #c3dfbd a light or a dark color?
It is a light color. Relative luminance is 0.6805 and perceived brightness is 83%, so black text on it reaches 14.61:1.
Should I use black or white text on #c3dfbd?
Black. It scores 14.61:1 against #c3dfbd, versus 1.44:1 for white — AAA at any size.
What is the complementary color of #c3dfbd?
#D9BDDF sits directly opposite on the wheel. Softer options are the split-complements #C8BDDF and #DFBDD4, which give the same contrast with far less vibration.
What colors go well with #c3dfbd?
For interface work: #F6FAF5 as the surface, #CDE4C8 for borders, #599B4B for secondary text, #6C3E8E as an accent and #31562A for hover and pressed states. For a palette, the analogous pair #D4DFBD and #BDDFC8 stays calm, while #D9BDDF is the loudest partner.
What is #c3dfbd in CMYK for printing?
cmyk(13%, 0%, 15%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c3dfbd warm or cool?
Cool — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D0DFBD; nudged cooler, #BCE0C3.