#edebad
a light, vivid yellow · warm · closest name: Pale Goldenrod
At a glance
Every number on this page in one read: what #edebad 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 | #edebad |
| RGB | rgb(237, 235, 173) |
| HSL | hsl(58, 64%, 80%) |
| CMYK | cmyk(0%, 1%, 27%, 7%) |
| LAB | lab(91.9 -8.8 30.4) |
| LCH | lch(91.9 31.7 106.2) |
| OKLCH | oklch(0.927 0.080 106.3) |
| Decimal | 15592365 |
| Display P3 | color(display-p3 0.929 0.922 0.678) |
Copy-ready code
/* CSS */
color: #edebad;
background-color: #edebad;
/* Tailwind (arbitrary) */
class="text-[#edebad] bg-[#edebad]"
/* SCSS */
$brand: #edebad;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#edebad")
/* Flutter */
Color(0xFFEDEBAD)
/* Python / OpenCV (BGR) */
(173, 235, 237)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. #edebad is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBFBF4;
--brand-100: #F7F7E8;
--brand-200: #F1EFCB;
--brand-300: #edebad;
--brand-400: #E1DD75;
--brand-500: #D7D247;
--brand-600: #C9C42C;
--brand-700: #A7A325;
--brand-800: #86831D;
--brand-900: #615F19;
--brand-950: #3D3B10;
--brand: #edebad;
--brand-ink: #000000;
}Colors that work with #edebad
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 #edebad
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 | #ADAFED | Directly opposite — maximum tension | |
| Analogous left | #EDCBAD | Neighbour, quieter | |
| Analogous right | #CFEDAD | Neighbour, quieter | |
| Split-complement 1 | #ADCFED | Contrast without the clash | |
| Split-complement 2 | #CBADED | Contrast without the clash | |
| Triadic 1 | #ADEDEB | Even thirds — balanced and loud | |
| Triadic 2 | #EBADED | Even thirds — balanced and loud | |
| Tetradic | #ADEDCB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#edebad text on a black background
contrast 17.09:1
#edebad text on a white background
contrast 1.23:1
CSS3 live lab
The quick brown fox
color: #edebad;
background-color: #edebad;
Glowing headline
text-shadow: 2px 2px 8px #edebad;
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 173, 0.45);
box-shadow: 0 12px 32px -8px rgba(237, 235, 173, 0.45);
border: 3px solid #edebad; background: linear-gradient(135deg, #edebad, #C4EDAD);
Monochromatic scale
Palettes built from #edebad
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 5.6 away, with its history, psychology and brand usage.
#edebad 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.
#edebad, answered
What color is #edebad?
#edebad is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 1.3). It sits at 58° on the hue wheel with 64% saturation and 80% lightness, which reads as warm.
What is the RGB value of #edebad?
rgb(237, 235, 173) — 237 red, 235 green and 173 blue out of 255, or 92.9% / 92.2% / 67.8% by channel.
Is #edebad a light or a dark color?
It is a light color. Relative luminance is 0.8044 and perceived brightness is 90%, so black text on it reaches 17.09:1.
Should I use black or white text on #edebad?
Black. It scores 17.09:1 against #edebad, versus 1.23:1 for white — AAA at any size.
What is the complementary color of #edebad?
#ADAFED sits directly opposite on the wheel. Softer options are the split-complements #ADCFED and #CBADED, which give the same contrast with far less vibration.
What colors go well with #edebad?
For interface work: #FAFAF4 as the surface, #EDEBC0 for borders, #9B984B for secondary text, #2147AB as an accent and #696617 for hover and pressed states. For a palette, the analogous pair #EDCBAD and #CFEDAD stays calm, while #ADAFED is the loudest partner.
What is #edebad in CMYK for printing?
cmyk(0%, 1%, 27%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #edebad warm or cool?
Warm — it scores 23 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EDD4AD; nudged cooler, #D8EEAC.