#cbc921
a balanced, vivid yellow · warm · closest name: Gold
At a glance
Every number on this page in one read: what #cbc921 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 | #cbc921 |
| RGB | rgb(203, 201, 33) |
| HSL | hsl(59, 72%, 46%) |
| CMYK | cmyk(0%, 1%, 84%, 20%) |
| LAB | lab(78.8 -16.6 74.5) |
| LCH | lch(78.8 76.4 102.6) |
| OKLCH | oklch(0.811 0.169 108.9) |
| Decimal | 13355297 |
| Display P3 | color(display-p3 0.796 0.788 0.129) |
Copy-ready code
/* CSS */
color: #cbc921;
background-color: #cbc921;
/* Tailwind (arbitrary) */
class="text-[#cbc921] bg-[#cbc921]"
/* SCSS */
$brand: #cbc921;
/* SwiftUI */
Color(red: 0.796, green: 0.788, blue: 0.129)
/* Android */
Color.parseColor("#cbc921")
/* Flutter */
Color(0xFFCBC921)
/* Python / OpenCV (BGR) */
(33, 201, 203)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. #cbc921 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: #FCFCF3;
--brand-100: #F8F8E7;
--brand-200: #F3F2C9;
--brand-300: #EFEE9F;
--brand-400: #E7E66E;
--brand-500: #E0DE3E;
--brand-600: #cbc921;
--brand-700: #AFAE1D;
--brand-800: #8C8B17;
--brand-900: #666515;
--brand-950: #403F0D;
--brand: #cbc921;
--brand-ink: #000000;
}Colors that work with #cbc921
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 #cbc921
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 | #2123CB | Directly opposite — maximum tension | |
| Analogous left | #CB7421 | Neighbour, quieter | |
| Analogous right | #78CB21 | Neighbour, quieter | |
| Split-complement 1 | #2178CB | Contrast without the clash | |
| Split-complement 2 | #7421CB | Contrast without the clash | |
| Triadic 1 | #21CBC9 | Even thirds — balanced and loud | |
| Triadic 2 | #C921CB | Even thirds — balanced and loud | |
| Tetradic | #21CB74 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cbc921 text on a black background
contrast 11.92:1
#cbc921 text on a white background
contrast 1.76:1
CSS3 live lab
The quick brown fox
color: #cbc921;
background-color: #cbc921;
Glowing headline
text-shadow: 2px 2px 8px #cbc921;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 201, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 201, 33, 0.45);
border: 3px solid #cbc921; background: linear-gradient(135deg, #cbc921, #5CCB21);
Monochromatic scale
Palettes built from #cbc921
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 7 away, with its history, psychology and brand usage.
#cbc921 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.
#cbc921, answered
What color is #cbc921?
#cbc921 is a balanced vivid yellow, closest to Gold (ΔE2000 10.6). It sits at 59° on the hue wheel with 72% saturation and 46% lightness, which reads as warm.
What is the RGB value of #cbc921?
rgb(203, 201, 33) — 203 red, 201 green and 33 blue out of 255, or 79.6% / 78.8% / 12.9% by channel.
Is #cbc921 a light or a dark color?
It is a light color. Relative luminance is 0.5458 and perceived brightness is 75%, so black text on it reaches 11.92:1.
Should I use black or white text on #cbc921?
Black. It scores 11.92:1 against #cbc921, versus 1.76:1 for white — AAA at any size.
What is the complementary color of #cbc921?
#2123CB sits directly opposite on the wheel. Softer options are the split-complements #2178CB and #7421CB, which give the same contrast with far less vibration.
What colors go well with #cbc921?
For interface work: #FAFAF4 as the surface, #EDECC0 for borders, #9B9A4B for secondary text, #1C4BD0 as an accent and #6E6D12 for hover and pressed states. For a palette, the analogous pair #CB7421 and #78CB21 stays calm, while #2123CB is the loudest partner.
What is #cbc921 in CMYK for printing?
cmyk(0%, 1%, 84%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cbc921 warm or cool?
Warm — it scores 24 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CB9221; nudged cooler, #8FCD1F.