#cacebb
a light, soft green · neutral · closest name: Beige
At a glance
Every number on this page in one read: what #cacebb 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 | #cacebb |
| RGB | rgb(202, 206, 187) |
| HSL | hsl(73, 16%, 77%) |
| CMYK | cmyk(2%, 0%, 9%, 19%) |
| LAB | lab(82.0 -4.7 9.0) |
| LCH | lch(82.0 10.2 117.8) |
| OKLCH | oklch(0.843 0.026 116.6) |
| Decimal | 13291195 |
| Display P3 | color(display-p3 0.792 0.808 0.733) |
Copy-ready code
/* CSS */
color: #cacebb;
background-color: #cacebb;
/* Tailwind (arbitrary) */
class="text-[#cacebb] bg-[#cacebb]"
/* SCSS */
$brand: #cacebb;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.733)
/* Android */
Color.parseColor("#cacebb")
/* Flutter */
Color(0xFFCACEBB)
/* Python / OpenCV (BGR) */
(187, 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. #cacebb 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: #E1E3D9;
--brand-300: #cacebb;
--brand-400: #B3B89D;
--brand-500: #99A17D;
--brand-600: #868E67;
--brand-700: #707755;
--brand-800: #595F44;
--brand-900: #424634;
--brand-950: #2A2C21;
--brand: #cacebb;
--brand-ink: #000000;
}Colors that work with #cacebb
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 #cacebb
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 | #BFBBCE | Directly opposite — maximum tension | |
| Analogous left | #CEC9BB | Neighbour, quieter | |
| Analogous right | #C1CEBB | Neighbour, quieter | |
| Split-complement 1 | #BBC1CE | Contrast without the clash | |
| Split-complement 2 | #C9BBCE | Contrast without the clash | |
| Triadic 1 | #BBCACE | Even thirds — balanced and loud | |
| Triadic 2 | #CEBBCA | Even thirds — balanced and loud | |
| Tetradic | #BBCEC9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cacebb text on a black background
contrast 13.06:1
#cacebb text on a white background
contrast 1.61:1
CSS3 live lab
The quick brown fox
color: #cacebb;
background-color: #cacebb;
Glowing headline
text-shadow: 2px 2px 8px #cacebb;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 187, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 206, 187, 0.45);
border: 3px solid #cacebb; background: linear-gradient(135deg, #cacebb, #BDCEBB);
Monochromatic scale
Palettes built from #cacebb
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.
#cacebb 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.
#cacebb, answered
What color is #cacebb?
#cacebb is a light soft green, closest to Beige (ΔE2000 9.1). It sits at 73° on the hue wheel with 16% saturation and 77% lightness, which reads as neutral.
What is the RGB value of #cacebb?
rgb(202, 206, 187) — 202 red, 206 green and 187 blue out of 255, or 79.2% / 80.8% / 73.3% by channel.
Is #cacebb a light or a dark color?
It is a light color. Relative luminance is 0.6029 and perceived brightness is 79%, so black text on it reaches 13.06:1.
Should I use black or white text on #cacebb?
Black. It scores 13.06:1 against #cacebb, versus 1.61:1 for white — AAA at any size.
What is the complementary color of #cacebb?
#BFBBCE sits directly opposite on the wheel. Softer options are the split-complements #BBC1CE and #C9BBCE, which give the same contrast with far less vibration.
What colors go well with #cacebb?
For interface work: #F8F9F6 as the surface, #DADDD0 for borders, #7E8560 for secondary text, #52547A as an accent and #464A35 for hover and pressed states. For a palette, the analogous pair #CEC9BB and #C1CEBB stays calm, while #BFBBCE is the loudest partner.
What is #cacebb 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 #cacebb warm or cool?
Neutral — it scores 43 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CECBBB; nudged cooler, #C3CFBA.