#cdb521
a balanced, vivid yellow · warm · closest name: Goldenrod
At a glance
Every number on this page in one read: what #cdb521 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 | #cdb521 |
| RGB | rgb(205, 181, 33) |
| HSL | hsl(52, 72%, 47%) |
| CMYK | cmyk(0%, 12%, 84%, 20%) |
| LAB | lab(73.6 -5.6 70.3) |
| LCH | lch(73.6 70.5 94.5) |
| OKLCH | oklch(0.771 0.152 99.0) |
| Decimal | 13481249 |
| Display P3 | color(display-p3 0.804 0.710 0.129) |
Copy-ready code
/* CSS */
color: #cdb521;
background-color: #cdb521;
/* Tailwind (arbitrary) */
class="text-[#cdb521] bg-[#cdb521]"
/* SCSS */
$brand: #cdb521;
/* SwiftUI */
Color(red: 0.804, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#cdb521")
/* Flutter */
Color(0xFFCDB521)
/* Python / OpenCV (BGR) */
(33, 181, 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. #cdb521 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCFAF3;
--brand-100: #F8F6E7;
--brand-200: #F3EDC9;
--brand-300: #EFE49E;
--brand-400: #E8D76E;
--brand-500: #E0C93E;
--brand-600: #cdb521;
--brand-700: #B09B1C;
--brand-800: #8D7C17;
--brand-900: #665B14;
--brand-950: #40390D;
--brand: #cdb521;
--brand-ink: #000000;
}Colors that work with #cdb521
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 #cdb521
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 | #2139CD | Directly opposite — maximum tension | |
| Analogous left | #CD5F21 | Neighbour, quieter | |
| Analogous right | #8FCD21 | Neighbour, quieter | |
| Split-complement 1 | #218FCD | Contrast without the clash | |
| Split-complement 2 | #5F21CD | Contrast without the clash | |
| Triadic 1 | #21CDB5 | Even thirds — balanced and loud | |
| Triadic 2 | #B521CD | Even thirds — balanced and loud | |
| Tetradic | #21CD5F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cdb521 text on a black background
contrast 10.23:1
#cdb521 text on a white background
contrast 2.05:1
CSS3 live lab
The quick brown fox
color: #cdb521;
background-color: #cdb521;
Glowing headline
text-shadow: 2px 2px 8px #cdb521;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 181, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 181, 33, 0.45);
border: 3px solid #cdb521; background: linear-gradient(135deg, #cdb521, #72CD21);
Monochromatic scale
Palettes built from #cdb521
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: Goldenrod (#daa520) — ΔE2000 8.9 away, with its history, psychology and brand usage.
#cdb521 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.
#cdb521, answered
What color is #cdb521?
#cdb521 is a balanced vivid yellow, closest to Goldenrod (ΔE2000 8.9). It sits at 52° on the hue wheel with 72% saturation and 47% lightness, which reads as warm.
What is the RGB value of #cdb521?
rgb(205, 181, 33) — 205 red, 181 green and 33 blue out of 255, or 80.4% / 71% / 12.9% by channel.
Is #cdb521 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4614 and perceived brightness is 70%, so black text on it reaches 10.23:1.
Should I use black or white text on #cdb521?
Black. It scores 10.23:1 against #cdb521, versus 2.05:1 for white — AAA at any size.
What is the complementary color of #cdb521?
#2139CD sits directly opposite on the wheel. Softer options are the split-complements #218FCD and #5F21CD, which give the same contrast with far less vibration.
What colors go well with #cdb521?
For interface work: #FAFAF4 as the surface, #EDE6C0 for borders, #9B904B for secondary text, #1C63D2 as an accent and #6E6112 for hover and pressed states. For a palette, the analogous pair #CD5F21 and #8FCD21 stays calm, while #2139CD is the loudest partner.
What is #cdb521 in CMYK for printing?
cmyk(0%, 12%, 84%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cdb521 warm or cool?
Warm — it scores 18 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD8A21; nudged cooler, #A7D01F.