#cdcd68
a balanced, vivid yellow · warm · closest name: Dark Khaki
At a glance
Every number on this page in one read: what #cdcd68 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 | #cdcd68 |
| RGB | rgb(205, 205, 104) |
| HSL | hsl(60, 50%, 61%) |
| CMYK | cmyk(0%, 0%, 49%, 20%) |
| LAB | lab(80.5 -13.8 49.8) |
| LCH | lch(80.5 51.7 105.5) |
| OKLCH | oklch(0.827 0.124 108.8) |
| Decimal | 13487464 |
| Display P3 | color(display-p3 0.804 0.804 0.408) |
Copy-ready code
/* CSS */
color: #cdcd68;
background-color: #cdcd68;
/* Tailwind (arbitrary) */
class="text-[#cdcd68] bg-[#cdcd68]"
/* SCSS */
$brand: #cdcd68;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.408)
/* Android */
Color.parseColor("#cdcd68")
/* Flutter */
Color(0xFFCDCD68)
/* Python / OpenCV (BGR) */
(104, 205, 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. #cdcd68 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAFAF4;
--brand-100: #F6F6EA;
--brand-200: #ECECCF;
--brand-300: #E3E3AB;
--brand-400: #D5D581;
--brand-500: #cdcd68;
--brand-600: #B8B83D;
--brand-700: #999933;
--brand-800: #7B7B29;
--brand-900: #595921;
--brand-950: #383815;
--brand: #cdcd68;
--brand-ink: #000000;
}Colors that work with #cdcd68
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 #cdcd68
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #6868CD | Directly opposite — maximum tension | |
| Analogous left | #CD9B68 | Neighbour, quieter | |
| Analogous right | #9BCD68 | Neighbour, quieter | |
| Split-complement 1 | #689BCD | Contrast without the clash | |
| Split-complement 2 | #9B68CD | Contrast without the clash | |
| Triadic 1 | #68CDCD | Even thirds — balanced and loud | |
| Triadic 2 | #CD68CD | Even thirds — balanced and loud | |
| Tetradic | #68CD9B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cdcd68 text on a black background
contrast 12.53:1
#cdcd68 text on a white background
contrast 1.68:1
CSS3 live lab
The quick brown fox
color: #cdcd68;
background-color: #cdcd68;
Glowing headline
text-shadow: 2px 2px 8px #cdcd68;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 104, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 205, 104, 0.45);
border: 3px solid #cdcd68; background: linear-gradient(135deg, #cdcd68, #8ACD68);
Monochromatic scale
Palettes built from #cdcd68
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: Dandelion (#f0e130) — ΔE2000 9.9 away, with its history, psychology and brand usage.
#cdcd68 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.
#cdcd68, answered
What color is #cdcd68?
#cdcd68 is a balanced vivid yellow, closest to Dark Khaki (ΔE2000 6.5). It sits at 60° on the hue wheel with 50% saturation and 61% lightness, which reads as warm.
What is the RGB value of #cdcd68?
rgb(205, 205, 104) — 205 red, 205 green and 104 blue out of 255, or 80.4% / 80.4% / 40.8% by channel.
Is #cdcd68 a light or a dark color?
It is a light color. Relative luminance is 0.5764 and perceived brightness is 77%, so black text on it reaches 12.53:1.
Should I use black or white text on #cdcd68?
Black. It scores 12.53:1 against #cdcd68, versus 1.68:1 for white — AAA at any size.
What is the complementary color of #cdcd68?
#6868CD sits directly opposite on the wheel. Softer options are the split-complements #689BCD and #9B68CD, which give the same contrast with far less vibration.
What colors go well with #cdcd68?
For interface work: #FAFAF4 as the surface, #EBEBC2 for borders, #9B9B4B for secondary text, #647FD1 as an accent and #606020 for hover and pressed states. For a palette, the analogous pair #CD9B68 and #9BCD68 stays calm, while #6868CD is the loudest partner.
What is #cdcd68 in CMYK for printing?
cmyk(0%, 0%, 49%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cdcd68 warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CDA868; nudged cooler, #A9CF66.