#fddc44
a balanced, electric yellow · warm · closest name: Gold
At a glance
Every number on this page in one read: what #fddc44 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 | #fddc44 |
| RGB | rgb(253, 220, 68) |
| HSL | hsl(49, 98%, 63%) |
| CMYK | cmyk(0%, 13%, 73%, 1%) |
| LAB | lab(88.2 -3.8 74.3) |
| LCH | lch(88.2 74.4 93.0) |
| OKLCH | oklch(0.897 0.165 96.4) |
| Decimal | 16636996 |
| Display P3 | color(display-p3 0.992 0.863 0.267) |
Copy-ready code
/* CSS */
color: #fddc44;
background-color: #fddc44;
/* Tailwind (arbitrary) */
class="text-[#fddc44] bg-[#fddc44]"
/* SCSS */
$brand: #fddc44;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.267)
/* Android */
Color.parseColor("#fddc44")
/* Flutter */
Color(0xFFFDDC44)
/* Python / OpenCV (BGR) */
(68, 220, 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. #fddc44 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: #FDFBF1;
--brand-100: #FCF8E3;
--brand-200: #FBF1C1;
--brand-300: #FEEA90;
--brand-400: #fddc44;
--brand-500: #FDD521;
--brand-600: #F2C703;
--brand-700: #CAA602;
--brand-800: #A18502;
--brand-900: #746106;
--brand-950: #493C04;
--brand: #fddc44;
--brand-ink: #000000;
}Colors that work with #fddc44
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 #fddc44
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 | #4465FD | Directly opposite — maximum tension | |
| Analogous left | #FD7F44 | Neighbour, quieter | |
| Analogous right | #C1FD44 | Neighbour, quieter | |
| Split-complement 1 | #44C1FD | Contrast without the clash | |
| Split-complement 2 | #7F44FD | Contrast without the clash | |
| Triadic 1 | #44FDDC | Even thirds — balanced and loud | |
| Triadic 2 | #DC44FD | Even thirds — balanced and loud | |
| Tetradic | #44FD7F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fddc44 text on a black background
contrast 15.50:1
#fddc44 text on a white background
contrast 1.36:1
CSS3 live lab
The quick brown fox
color: #fddc44;
background-color: #fddc44;
Glowing headline
text-shadow: 2px 2px 8px #fddc44;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 68, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 220, 68, 0.45);
border: 3px solid #fddc44; background: linear-gradient(135deg, #fddc44, #A3FD44);
Monochromatic scale
Palettes built from #fddc44
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: Mustard (#ffdb58) — ΔE2000 2.2 away, with its history, psychology and brand usage.
#fddc44 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.
#fddc44, answered
What color is #fddc44?
#fddc44 is a balanced electric yellow, closest to Gold (ΔE2000 3.2). It sits at 49° on the hue wheel with 98% saturation and 63% lightness, which reads as warm.
What is the RGB value of #fddc44?
rgb(253, 220, 68) — 253 red, 220 green and 68 blue out of 255, or 99.2% / 86.3% / 26.7% by channel.
Is #fddc44 a light or a dark color?
It is a light color. Relative luminance is 0.7249 and perceived brightness is 86%, so black text on it reaches 15.50:1.
Should I use black or white text on #fddc44?
Black. It scores 15.50:1 against #fddc44, versus 1.36:1 for white — AAA at any size.
What is the complementary color of #fddc44?
#4465FD sits directly opposite on the wheel. Softer options are the split-complements #44C1FD and #7F44FD, which give the same contrast with far less vibration.
What colors go well with #fddc44?
For interface work: #FAF9F4 as the surface, #EDE5C0 for borders, #9B8D4B for secondary text, #0057CC as an accent and #7E6801 for hover and pressed states. For a palette, the analogous pair #FD7F44 and #C1FD44 stays calm, while #4465FD is the loudest partner.
What is #fddc44 in CMYK for printing?
cmyk(0%, 13%, 73%, 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 #fddc44 warm or cool?
Warm — it scores 16 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDB344; nudged cooler, #DBFF42.