#cacfaf
a light, soft yellow · warm · closest name: Beige
At a glance
Every number on this page in one read: what #cacfaf is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cacfaf |
| RGB | rgb(202, 207, 175) |
| HSL | hsl(69, 25%, 75%) |
| CMYK | cmyk(2%, 0%, 16%, 19%) |
| LAB | lab(82.0 -7.2 15.3) |
| LCH | lch(82.0 17.0 115.2) |
| OKLCH | oklch(0.842 0.043 114.6) |
| Decimal | 13291439 |
| Display P3 | color(display-p3 0.792 0.812 0.686) |
Copy-ready code
/* CSS */
color: #cacfaf;
background-color: #cacfaf;
/* Tailwind (arbitrary) */
class="text-[#cacfaf] bg-[#cacfaf]"
/* SCSS */
$brand: #cacfaf;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.686)
/* Android */
Color.parseColor("#cacfaf")
/* Flutter */
Color(0xFFCACFAF)
/* Python / OpenCV (BGR) */
(175, 207, 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. #cacfaf 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: #F8F9F6;
--brand-100: #F2F3ED;
--brand-200: #E3E5D7;
--brand-300: #cacfaf;
--brand-400: #B9C096;
--brand-500: #A2AB73;
--brand-600: #8F995C;
--brand-700: #78804D;
--brand-800: #60663D;
--brand-900: #474B2F;
--brand-950: #2C2F1D;
--brand: #cacfaf;
--brand-ink: #000000;
}Colors that work with #cacfaf
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 #cacfaf
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #B4AFCF | Directly opposite — maximum tension | |
| Analogous left | #CFC4AF | Neighbour, quieter | |
| Analogous right | #BACFAF | Neighbour, quieter | |
| Split-complement 1 | #AFBACF | Contrast without the clash | |
| Split-complement 2 | #C4AFCF | Contrast without the clash | |
| Triadic 1 | #AFCACF | Even thirds — balanced and loud | |
| Triadic 2 | #CFAFCA | Even thirds — balanced and loud | |
| Tetradic | #AFCFC4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cacfaf text on a black background
contrast 13.06:1
#cacfaf text on a white background
contrast 1.61:1
CSS3 live lab
The quick brown fox
color: #cacfaf;
background-color: #cacfaf;
Glowing headline
text-shadow: 2px 2px 8px #cacfaf;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 207, 175, 0.45);
border: 3px solid #cacfaf; background: linear-gradient(135deg, #cacfaf, #B5CFAF);
Monochromatic scale
Palettes built from #cacfaf
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 8.9 away, with its history, psychology and brand usage.
#cacfaf 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.
#cacfaf, answered
What color is #cacfaf?
#cacfaf is a light soft yellow, closest to Beige (ΔE2000 9.4). It sits at 69° on the hue wheel with 25% saturation and 75% lightness, which reads as warm.
What is the RGB value of #cacfaf?
rgb(202, 207, 175) — 202 red, 207 green and 175 blue out of 255, or 79.2% / 81.2% / 68.6% by channel.
Is #cacfaf a light or a dark color?
It is a light color. Relative luminance is 0.6028 and perceived brightness is 79%, so black text on it reaches 13.06:1.
Should I use black or white text on #cacfaf?
Black. It scores 13.06:1 against #cacfaf, versus 1.61:1 for white — AAA at any size.
What is the complementary color of #cacfaf?
#B4AFCF sits directly opposite on the wheel. Softer options are the split-complements #AFBACF and #C4AFCF, which give the same contrast with far less vibration.
What colors go well with #cacfaf?
For interface work: #F9F9F5 as the surface, #DDE0CC for borders, #868F56 for secondary text, #484E84 as an accent and #4B5030 for hover and pressed states. For a palette, the analogous pair #CFC4AF and #BACFAF stays calm, while #B4AFCF is the loudest partner.
What is #cacfaf in CMYK for printing?
cmyk(2%, 0%, 16%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cacfaf warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CFC8AF; nudged cooler, #BED0AE.