#cadbb7
a light, soft green · neutral · closest name: Light Goldenrod Yellow
At a glance
Every number on this page in one read: what #cadbb7 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 | #cadbb7 |
| RGB | rgb(202, 219, 183) |
| HSL | hsl(88, 33%, 79%) |
| CMYK | cmyk(8%, 0%, 16%, 14%) |
| LAB | lab(85.3 -12.1 15.8) |
| LCH | lch(85.3 19.9 127.3) |
| OKLCH | oklch(0.869 0.052 128.1) |
| Decimal | 13294519 |
| Display P3 | color(display-p3 0.792 0.859 0.718) |
Copy-ready code
/* CSS */
color: #cadbb7;
background-color: #cadbb7;
/* Tailwind (arbitrary) */
class="text-[#cadbb7] bg-[#cadbb7]"
/* SCSS */
$brand: #cadbb7;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.718)
/* Android */
Color.parseColor("#cadbb7")
/* Flutter */
Color(0xFFCADBB7)
/* Python / OpenCV (BGR) */
(183, 219, 202)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. #cadbb7 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: #F7F9F5;
--brand-100: #F0F4EC;
--brand-200: #DEE8D4;
--brand-300: #cadbb7;
--brand-400: #ACC78F;
--brand-500: #91B469;
--brand-600: #7DA352;
--brand-700: #688844;
--brand-800: #536D36;
--brand-900: #3E502A;
--brand-950: #27321B;
--brand: #cadbb7;
--brand-ink: #000000;
}Colors that work with #cadbb7
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 #cadbb7
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 | #C8B7DB | Directly opposite — maximum tension | |
| Analogous left | #DBDAB7 | Neighbour, quieter | |
| Analogous right | #B8DBB7 | Neighbour, quieter | |
| Split-complement 1 | #B7B8DB | Contrast without the clash | |
| Split-complement 2 | #DAB7DB | Contrast without the clash | |
| Triadic 1 | #B7CADB | Even thirds — balanced and loud | |
| Triadic 2 | #DBB7CA | Even thirds — balanced and loud | |
| Tetradic | #B7DBDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cadbb7 text on a black background
contrast 14.33:1
#cadbb7 text on a white background
contrast 1.47:1
CSS3 live lab
The quick brown fox
color: #cadbb7;
background-color: #cadbb7;
Glowing headline
text-shadow: 2px 2px 8px #cadbb7;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 183, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 219, 183, 0.45);
border: 3px solid #cadbb7; background: linear-gradient(135deg, #cadbb7, #B7DBBC);
Monochromatic scale
Palettes built from #cadbb7
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.9 away, with its history, psychology and brand usage.
#cadbb7 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.
#cadbb7, answered
What color is #cadbb7?
#cadbb7 is a light soft green, closest to Light Goldenrod Yellow (ΔE2000 9.4). It sits at 88° on the hue wheel with 33% saturation and 79% lightness, which reads as neutral.
What is the RGB value of #cadbb7?
rgb(202, 219, 183) — 202 red, 219 green and 183 blue out of 255, or 79.2% / 85.9% / 71.8% by channel.
Is #cadbb7 a light or a dark color?
It is a light color. Relative luminance is 0.6664 and perceived brightness is 82%, so black text on it reaches 14.33:1.
Should I use black or white text on #cadbb7?
Black. It scores 14.33:1 against #cadbb7, versus 1.47:1 for white — AAA at any size.
What is the complementary color of #cadbb7?
#C8B7DB sits directly opposite on the wheel. Softer options are the split-complements #B7B8DB and #DAB7DB, which give the same contrast with far less vibration.
What colors go well with #cadbb7?
For interface work: #F7FAF5 as the surface, #D7E4C9 for borders, #75994D for secondary text, #51408C as an accent and #41552B for hover and pressed states. For a palette, the analogous pair #DBDAB7 and #B8DBB7 stays calm, while #C8B7DB is the loudest partner.
What is #cadbb7 in CMYK for printing?
cmyk(8%, 0%, 16%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cadbb7 warm or cool?
Neutral — it scores 49 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D7DBB7; nudged cooler, #BCDCB6.