#fdcc43
a balanced, electric yellow · warm · closest name: Gold
At a glance
Every number on this page in one read: what #fdcc43 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 | #fdcc43 |
| RGB | rgb(253, 204, 67) |
| HSL | hsl(44, 98%, 63%) |
| CMYK | cmyk(0%, 19%, 74%, 1%) |
| LAB | lab(84.2 4.3 70.8) |
| LCH | lch(84.2 70.9 86.5) |
| OKLCH | oklch(0.866 0.156 88.3) |
| Decimal | 16632899 |
| Display P3 | color(display-p3 0.992 0.800 0.263) |
Copy-ready code
/* CSS */
color: #fdcc43;
background-color: #fdcc43;
/* Tailwind (arbitrary) */
class="text-[#fdcc43] bg-[#fdcc43]"
/* SCSS */
$brand: #fdcc43;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.263)
/* Android */
Color.parseColor("#fdcc43")
/* Flutter */
Color(0xFFFDCC43)
/* Python / OpenCV (BGR) */
(67, 204, 253)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. #fdcc43 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: #FDFAF1;
--brand-100: #FCF5E3;
--brand-200: #FBECC1;
--brand-300: #FEE190;
--brand-400: #fdcc43;
--brand-500: #FDC321;
--brand-600: #F2B303;
--brand-700: #CA9502;
--brand-800: #A17702;
--brand-900: #745706;
--brand-950: #493704;
--brand: #fdcc43;
--brand-ink: #000000;
}Colors that work with #fdcc43
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 #fdcc43
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 | #4374FD | Directly opposite — maximum tension | |
| Analogous left | #FD6F43 | Neighbour, quieter | |
| Analogous right | #D1FD43 | Neighbour, quieter | |
| Split-complement 1 | #43D1FD | Contrast without the clash | |
| Split-complement 2 | #6F43FD | Contrast without the clash | |
| Triadic 1 | #43FDCC | Even thirds — balanced and loud | |
| Triadic 2 | #CC43FD | Even thirds — balanced and loud | |
| Tetradic | #43FD6F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fdcc43 text on a black background
contrast 13.89:1
#fdcc43 text on a white background
contrast 1.51:1
CSS3 live lab
The quick brown fox
color: #fdcc43;
background-color: #fdcc43;
Glowing headline
text-shadow: 2px 2px 8px #fdcc43;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 67, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 204, 67, 0.45);
border: 3px solid #fdcc43; background: linear-gradient(135deg, #fdcc43, #B2FD43);
Monochromatic scale
Palettes built from #fdcc43
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: Sunflower (#ffc512) — ΔE2000 3.2 away, with its history, psychology and brand usage.
#fdcc43 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#fdcc43, answered
What color is #fdcc43?
#fdcc43 is a balanced electric yellow, closest to Gold (ΔE2000 5.5). It sits at 44° on the hue wheel with 98% saturation and 63% lightness, which reads as warm.
What is the RGB value of #fdcc43?
rgb(253, 204, 67) — 253 red, 204 green and 67 blue out of 255, or 99.2% / 80% / 26.3% by channel.
Is #fdcc43 a light or a dark color?
It is a light color. Relative luminance is 0.6447 and perceived brightness is 82%, so black text on it reaches 13.89:1.
Should I use black or white text on #fdcc43?
Black. It scores 13.89:1 against #fdcc43, versus 1.51:1 for white — AAA at any size.
What is the complementary color of #fdcc43?
#4374FD sits directly opposite on the wheel. Softer options are the split-complements #43D1FD and #6F43FD, which give the same contrast with far less vibration.
What colors go well with #fdcc43?
For interface work: #FAF9F4 as the surface, #EDE1C0 for borders, #9B864B for secondary text, #0068CC as an accent and #7E5D01 for hover and pressed states. For a palette, the analogous pair #FD6F43 and #D1FD43 stays calm, while #4374FD is the loudest partner.
What is #fdcc43 in CMYK for printing?
cmyk(0%, 19%, 74%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #fdcc43 warm or cool?
Warm — it scores 12 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDAC43; nudged cooler, #EBFF41.