#fee9da
a pale, electric orange · warm · closest name: Antique White
At a glance
Every number on this page in one read: what #fee9da 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 | #fee9da |
| RGB | rgb(254, 233, 218) |
| HSL | hsl(25, 95%, 93%) |
| CMYK | cmyk(0%, 8%, 14%, 0%) |
| LAB | lab(93.6 4.7 9.9) |
| LCH | lch(93.6 10.9 64.4) |
| OKLCH | oklch(0.947 0.030 57.9) |
| Decimal | 16706010 |
| Display P3 | color(display-p3 0.996 0.914 0.855) |
Copy-ready code
/* CSS */
color: #fee9da;
background-color: #fee9da;
/* Tailwind (arbitrary) */
class="text-[#fee9da] bg-[#fee9da]"
/* SCSS */
$brand: #fee9da;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#fee9da")
/* Flutter */
Color(0xFFFEE9DA)
/* Python / OpenCV (BGR) */
(218, 233, 254)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. #fee9da is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF6F1;
--brand-100: #fee9da;
--brand-200: #FAD9C2;
--brand-300: #FCBE92;
--brand-400: #FB9E5B;
--brand-500: #F97D25;
--brand-600: #EE6706;
--brand-700: #C75605;
--brand-800: #9F4504;
--brand-900: #733408;
--brand-950: #482105;
--brand: #fee9da;
--brand-ink: #000000;
}Colors that work with #fee9da
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 #fee9da
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
- ⚠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 | #DAEFFE | Directly opposite — maximum tension | |
| Analogous left | #FEDADD | Neighbour, quieter | |
| Analogous right | #FEFBDA | Neighbour, quieter | |
| Split-complement 1 | #DAFEFB | Contrast without the clash | |
| Split-complement 2 | #DADDFE | Contrast without the clash | |
| Triadic 1 | #DAFEE9 | Even thirds — balanced and loud | |
| Triadic 2 | #E9DAFE | Even thirds — balanced and loud | |
| Tetradic | #DDFEDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fee9da text on a black background
contrast 17.88:1
#fee9da text on a white background
contrast 1.17:1
CSS3 live lab
The quick brown fox
color: #fee9da;
background-color: #fee9da;
Glowing headline
text-shadow: 2px 2px 8px #fee9da;
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(254, 233, 218, 0.45);
border: 3px solid #fee9da; background: linear-gradient(135deg, #fee9da, #FBFEDA);
Monochromatic scale
Palettes built from #fee9da
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: Seashell (#fff5ee) — ΔE2000 5.1 away, with its history, psychology and brand usage.
#fee9da 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.
#fee9da, answered
What color is #fee9da?
#fee9da is a pale electric orange, closest to Antique White (ΔE2000 4.1). It sits at 25° on the hue wheel with 95% saturation and 93% lightness, which reads as warm.
What is the RGB value of #fee9da?
rgb(254, 233, 218) — 254 red, 233 green and 218 blue out of 255, or 99.6% / 91.4% / 85.5% by channel.
Is #fee9da a light or a dark color?
It is a light color. Relative luminance is 0.8441 and perceived brightness is 93%, so black text on it reaches 17.88:1.
Should I use black or white text on #fee9da?
Black. It scores 17.88:1 against #fee9da, versus 1.17:1 for white — AAA at any size.
What is the complementary color of #fee9da?
#DAEFFE sits directly opposite on the wheel. Softer options are the split-complements #DAFEFB and #DADDFE, which give the same contrast with far less vibration.
What colors go well with #fee9da?
For interface work: #FAF7F4 as the surface, #EDD2C0 for borders, #9B6C4B for secondary text, #00A6CC as an accent and #7C3603 for hover and pressed states. For a palette, the analogous pair #FEDADD and #FEFBDA stays calm, while #DAEFFE is the loudest partner.
What is #fee9da in CMYK for printing?
cmyk(0%, 8%, 14%, 0%). 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 #fee9da warm or cool?
Warm — it scores 3 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFF6F0; nudged cooler, #FEDBD9.