#fee5ba
a pale, electric orange · warm · closest name: Moccasin
At a glance
Every number on this page in one read: what #fee5ba 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 | #fee5ba |
| RGB | rgb(254, 229, 186) |
| HSL | hsl(38, 97%, 86%) |
| CMYK | cmyk(0%, 10%, 27%, 0%) |
| LAB | lab(92.0 2.2 24.1) |
| LCH | lch(92.0 24.2 84.8) |
| OKLCH | oklch(0.932 0.062 81.2) |
| Decimal | 16704954 |
| Display P3 | color(display-p3 0.996 0.898 0.729) |
Copy-ready code
/* CSS */
color: #fee5ba;
background-color: #fee5ba;
/* Tailwind (arbitrary) */
class="text-[#fee5ba] bg-[#fee5ba]"
/* SCSS */
$brand: #fee5ba;
/* SwiftUI */
Color(red: 0.996, green: 0.898, blue: 0.729)
/* Android */
Color.parseColor("#fee5ba")
/* Flutter */
Color(0xFFFEE5BA)
/* Python / OpenCV (BGR) */
(186, 229, 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. #fee5ba is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF9F1;
--brand-100: #FCF3E4;
--brand-200: #fee5ba;
--brand-300: #FDD590;
--brand-400: #FDC059;
--brand-500: #FCAB22;
--brand-600: #F19A04;
--brand-700: #C98003;
--brand-800: #A16602;
--brand-900: #744C07;
--brand-950: #482F04;
--brand: #fee5ba;
--brand-ink: #000000;
}Colors that work with #fee5ba
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 #fee5ba
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 | #BAD3FE | Directly opposite — maximum tension | |
| Analogous left | #FEC3BA | Neighbour, quieter | |
| Analogous right | #F5FEBA | Neighbour, quieter | |
| Split-complement 1 | #BAF5FE | Contrast without the clash | |
| Split-complement 2 | #C3BAFE | Contrast without the clash | |
| Triadic 1 | #BAFEE5 | Even thirds — balanced and loud | |
| Triadic 2 | #E5BAFE | Even thirds — balanced and loud | |
| Tetradic | #BAFEC3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fee5ba text on a black background
contrast 17.13:1
#fee5ba text on a white background
contrast 1.23:1
CSS3 live lab
The quick brown fox
color: #fee5ba;
background-color: #fee5ba;
Glowing headline
text-shadow: 2px 2px 8px #fee5ba;
Soft neon halo
text-shadow: 0 0 14px rgba(254, 229, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(254, 229, 186, 0.45);
border: 3px solid #fee5ba; background: linear-gradient(135deg, #fee5ba, #EAFEBA);
Monochromatic scale
Palettes built from #fee5ba
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: Peach (#ffe5b4) — ΔE2000 1.5 away, with its history, psychology and brand usage.
#fee5ba 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.
#fee5ba, answered
What color is #fee5ba?
#fee5ba is a pale electric orange, closest to Moccasin (ΔE2000 1.1). It sits at 38° on the hue wheel with 97% saturation and 86% lightness, which reads as warm.
What is the RGB value of #fee5ba?
rgb(254, 229, 186) — 254 red, 229 green and 186 blue out of 255, or 99.6% / 89.8% / 72.9% by channel.
Is #fee5ba a light or a dark color?
It is a light color. Relative luminance is 0.8065 and perceived brightness is 91%, so black text on it reaches 17.13:1.
Should I use black or white text on #fee5ba?
Black. It scores 17.13:1 against #fee5ba, versus 1.23:1 for white — AAA at any size.
What is the complementary color of #fee5ba?
#BAD3FE sits directly opposite on the wheel. Softer options are the split-complements #BAF5FE and #C3BAFE, which give the same contrast with far less vibration.
What colors go well with #fee5ba?
For interface work: #FAF8F4 as the surface, #EDDCC0 for borders, #9B7D4B for secondary text, #007DCC as an accent and #7E5002 for hover and pressed states. For a palette, the analogous pair #FEC3BA and #F5FEBA stays calm, while #BAD3FE is the loudest partner.
What is #fee5ba in CMYK for printing?
cmyk(0%, 10%, 27%, 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 #fee5ba warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FEDABA; nudged cooler, #FFFFB9.