#dade93
a light, vivid yellow · warm · closest name: Pale Goldenrod
At a glance
Every number on this page in one read: what #dade93 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 | #dade93 |
| RGB | rgb(218, 222, 147) |
| HSL | hsl(63, 53%, 72%) |
| CMYK | cmyk(2%, 0%, 34%, 13%) |
| LAB | lab(86.6 -12.7 36.4) |
| LCH | lch(86.6 38.6 109.3) |
| OKLCH | oklch(0.880 0.096 110.8) |
| Decimal | 14343827 |
| Display P3 | color(display-p3 0.855 0.871 0.576) |
Copy-ready code
/* CSS */
color: #dade93;
background-color: #dade93;
/* Tailwind (arbitrary) */
class="text-[#dade93] bg-[#dade93]"
/* SCSS */
$brand: #dade93;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 0.576)
/* Android */
Color.parseColor("#dade93")
/* Flutter */
Color(0xFFDADE93)
/* Python / OpenCV (BGR) */
(147, 222, 218)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. #dade93 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: #FAFBF4;
--brand-100: #F5F6E9;
--brand-200: #ECEDCE;
--brand-300: #E2E5A9;
--brand-400: #dade93;
--brand-500: #C4CA53;
--brand-600: #B5BC39;
--brand-700: #969C30;
--brand-800: #787D26;
--brand-900: #585B1F;
--brand-950: #373914;
--brand: #dade93;
--brand-ink: #000000;
}Colors that work with #dade93
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 #dade93
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
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #9793DE | Directly opposite — maximum tension | |
| Analogous left | #DEBD93 | Neighbour, quieter | |
| Analogous right | #B5DE93 | Neighbour, quieter | |
| Split-complement 1 | #93B5DE | Contrast without the clash | |
| Split-complement 2 | #BD93DE | Contrast without the clash | |
| Triadic 1 | #93DADE | Even thirds — balanced and loud | |
| Triadic 2 | #DE93DA | Even thirds — balanced and loud | |
| Tetradic | #93DEBD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dade93 text on a black background
contrast 14.85:1
#dade93 text on a white background
contrast 1.41:1
CSS3 live lab
The quick brown fox
color: #dade93;
background-color: #dade93;
Glowing headline
text-shadow: 2px 2px 8px #dade93;
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 147, 0.45);
box-shadow: 0 12px 32px -8px rgba(218, 222, 147, 0.45);
border: 3px solid #dade93; background: linear-gradient(135deg, #dade93, #A8DE93);
Monochromatic scale
Palettes built from #dade93
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: Cream (#fffdd0) — ΔE2000 9.9 away, with its history, psychology and brand usage.
#dade93 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.
#dade93, answered
What color is #dade93?
#dade93 is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 4.7). It sits at 63° on the hue wheel with 53% saturation and 72% lightness, which reads as warm.
What is the RGB value of #dade93?
rgb(218, 222, 147) — 218 red, 222 green and 147 blue out of 255, or 85.5% / 87.1% / 57.6% by channel.
Is #dade93 a light or a dark color?
It is a light color. Relative luminance is 0.6925 and perceived brightness is 84%, so black text on it reaches 14.85:1.
Should I use black or white text on #dade93?
Black. It scores 14.85:1 against #dade93, versus 1.41:1 for white — AAA at any size.
What is the complementary color of #dade93?
#9793DE sits directly opposite on the wheel. Softer options are the split-complements #93B5DE and #BD93DE, which give the same contrast with far less vibration.
What colors go well with #dade93?
For interface work: #FAFAF4 as the surface, #EAECC0 for borders, #979B4B for secondary text, #2B43A1 as an accent and #5E621E for hover and pressed states. For a palette, the analogous pair #DEBD93 and #B5DE93 stays calm, while #9793DE is the loudest partner.
What is #dade93 in CMYK for printing?
cmyk(2%, 0%, 34%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dade93 warm or cool?
Warm — it scores 28 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DEC793; nudged cooler, #BFDF92.