#cacebc
a light, soft green · neutral · closest name: Light Gray
At a glance
Every number on this page in one read: what #cacebc 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 | #cacebc |
| RGB | rgb(202, 206, 188) |
| HSL | hsl(73, 16%, 77%) |
| CMYK | cmyk(2%, 0%, 9%, 19%) |
| LAB | lab(82.0 -4.6 8.5) |
| LCH | lch(82.0 9.6 118.3) |
| OKLCH | oklch(0.843 0.025 117.1) |
| Decimal | 13291196 |
| Display P3 | color(display-p3 0.792 0.808 0.737) |
Copy-ready code
/* CSS */
color: #cacebc;
background-color: #cacebc;
/* Tailwind (arbitrary) */
class="text-[#cacebc] bg-[#cacebc]"
/* SCSS */
$brand: #cacebc;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#cacebc")
/* Flutter */
Color(0xFFCACEBC)
/* Python / OpenCV (BGR) */
(188, 206, 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. #cacebc 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: #F8F8F6;
--brand-100: #F1F2EE;
--brand-200: #E0E2D9;
--brand-300: #cacebc;
--brand-400: #B2B89E;
--brand-500: #98A07D;
--brand-600: #858D67;
--brand-700: #6F7656;
--brand-800: #595E45;
--brand-900: #424634;
--brand-950: #292C21;
--brand: #cacebc;
--brand-ink: #000000;
}Colors that work with #cacebc
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 #cacebc
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 | #C0BCCE | Directly opposite — maximum tension | |
| Analogous left | #CEC9BC | Neighbour, quieter | |
| Analogous right | #C1CEBC | Neighbour, quieter | |
| Split-complement 1 | #BCC1CE | Contrast without the clash | |
| Split-complement 2 | #C9BCCE | Contrast without the clash | |
| Triadic 1 | #BCCACE | Even thirds — balanced and loud | |
| Triadic 2 | #CEBCCA | Even thirds — balanced and loud | |
| Tetradic | #BCCEC9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cacebc text on a black background
contrast 13.07:1
#cacebc text on a white background
contrast 1.61:1
CSS3 live lab
The quick brown fox
color: #cacebc;
background-color: #cacebc;
Glowing headline
text-shadow: 2px 2px 8px #cacebc;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 206, 188, 0.45);
border: 3px solid #cacebc; background: linear-gradient(135deg, #cacebc, #BECEBC);
Monochromatic scale
Palettes built from #cacebc
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: Pearl (#eae0c8) — ΔE2000 7.9 away, with its history, psychology and brand usage.
#cacebc 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.
#cacebc, answered
What color is #cacebc?
#cacebc is a light soft green, closest to Light Gray (ΔE2000 8.9). It sits at 73° on the hue wheel with 16% saturation and 77% lightness, which reads as neutral.
What is the RGB value of #cacebc?
rgb(202, 206, 188) — 202 red, 206 green and 188 blue out of 255, or 79.2% / 80.8% / 73.7% by channel.
Is #cacebc a light or a dark color?
It is a light color. Relative luminance is 0.6033 and perceived brightness is 80%, so black text on it reaches 13.07:1.
Should I use black or white text on #cacebc?
Black. It scores 13.07:1 against #cacebc, versus 1.61:1 for white — AAA at any size.
What is the complementary color of #cacebc?
#C0BCCE sits directly opposite on the wheel. Softer options are the split-complements #BCC1CE and #C9BCCE, which give the same contrast with far less vibration.
What colors go well with #cacebc?
For interface work: #F8F9F6 as the surface, #DADDD0 for borders, #7D8561 for secondary text, #535379 as an accent and #454A36 for hover and pressed states. For a palette, the analogous pair #CEC9BC and #C1CEBC stays calm, while #C0BCCE is the loudest partner.
What is #cacebc in CMYK for printing?
cmyk(2%, 0%, 9%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cacebc warm or cool?
Neutral — it scores 44 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CECBBC; nudged cooler, #C3CFBB.