#cdda85
a light, vivid yellow · warm · closest name: Khaki
At a glance
Every number on this page in one read: what #cdda85 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 | #cdda85 |
| RGB | rgb(205, 218, 133) |
| HSL | hsl(69, 54%, 69%) |
| CMYK | cmyk(6%, 0%, 39%, 15%) |
| LAB | lab(84.4 -17.4 40.4) |
| LCH | lch(84.4 43.9 113.3) |
| OKLCH | oklch(0.859 0.110 115.9) |
| Decimal | 13490821 |
| Display P3 | color(display-p3 0.804 0.855 0.522) |
Copy-ready code
/* CSS */
color: #cdda85;
background-color: #cdda85;
/* Tailwind (arbitrary) */
class="text-[#cdda85] bg-[#cdda85]"
/* SCSS */
$brand: #cdda85;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.522)
/* Android */
Color.parseColor("#cdda85")
/* Flutter */
Color(0xFFCDDA85)
/* Python / OpenCV (BGR) */
(133, 218, 205)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. #cdda85 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAFBF4;
--brand-100: #F4F6E9;
--brand-200: #E9EDCE;
--brand-300: #DCE5A9;
--brand-400: #cdda85;
--brand-500: #B8CB53;
--brand-600: #A8BC39;
--brand-700: #8C9D2F;
--brand-800: #707D26;
--brand-900: #525B1F;
--brand-950: #333913;
--brand: #cdda85;
--brand-ink: #000000;
}Colors that work with #cdda85
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 #cdda85
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #9285DA | Directly opposite — maximum tension | |
| Analogous left | #DABC85 | Neighbour, quieter | |
| Analogous right | #A2DA85 | Neighbour, quieter | |
| Split-complement 1 | #85A2DA | Contrast without the clash | |
| Split-complement 2 | #BC85DA | Contrast without the clash | |
| Triadic 1 | #85CDDA | Even thirds — balanced and loud | |
| Triadic 2 | #DA85CD | Even thirds — balanced and loud | |
| Tetradic | #85DABC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cdda85 text on a black background
contrast 13.96:1
#cdda85 text on a white background
contrast 1.50:1
CSS3 live lab
The quick brown fox
color: #cdda85;
background-color: #cdda85;
Glowing headline
text-shadow: 2px 2px 8px #cdda85;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 133, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 218, 133, 0.45);
border: 3px solid #cdda85; background: linear-gradient(135deg, #cdda85, #94DA85);
Monochromatic scale
Palettes built from #cdda85
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: Pistachio (#93c572) — ΔE2000 10.5 away, with its history, psychology and brand usage.
#cdda85 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.
#cdda85, answered
What color is #cdda85?
#cdda85 is a light vivid yellow, closest to Khaki (ΔE2000 7.1). It sits at 69° on the hue wheel with 54% saturation and 69% lightness, which reads as warm.
What is the RGB value of #cdda85?
rgb(205, 218, 133) — 205 red, 218 green and 133 blue out of 255, or 80.4% / 85.5% / 52.2% by channel.
Is #cdda85 a light or a dark color?
It is a light color. Relative luminance is 0.6482 and perceived brightness is 81%, so black text on it reaches 13.96:1.
Should I use black or white text on #cdda85?
Black. It scores 13.96:1 against #cdda85, versus 1.50:1 for white — AAA at any size.
What is the complementary color of #cdda85?
#9285DA sits directly opposite on the wheel. Softer options are the split-complements #85A2DA and #BC85DA, which give the same contrast with far less vibration.
What colors go well with #cdda85?
For interface work: #F9FAF4 as the surface, #E5ECC0 for borders, #8F9B4B for secondary text, #2C37A0 as an accent and #57621E for hover and pressed states. For a palette, the analogous pair #DABC85 and #A2DA85 stays calm, while #9285DA is the loudest partner.
What is #cdda85 in CMYK for printing?
cmyk(6%, 0%, 39%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cdda85 warm or cool?
Warm — it scores 33 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DAC885; nudged cooler, #AEDC83.