Skip to content

#fdf3e6

a pale, electric orange · warm · closest name: Linen

RGB
253, 243, 230
HSL
34°, 85%, 95%
CMYK
0, 4, 9, 1
Luminance
0.9070

At a glance

Every number on this page in one read: what #fdf3e6 is made of, how bright it looks, and which way it leans.

Hex
#fdf3e6
Hue
34°
orange
Saturation
85%
electric
Lightness
95%
pale
Brightness
99%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9070
WCAG relative
Temperature
Warm
3/100 cool
Color family
Orange
Tone
Electric
Best ink
Black
19.14:1
Closest name
Linen
ΔE2000 1.5
Where it sits
Hue34° of 360°
Saturation85%
Lightness95%
Temperature
Warm ← → Cool3% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#fdf3e6
RGBrgb(253, 243, 230)
HSLhsl(34, 85%, 95%)
CMYKcmyk(0%, 4%, 9%, 1%)
LABlab(96.3 1.2 7.5)
LCHlch(96.3 7.5 81.0)
OKLCHoklch(0.969 0.020 74.7)
Decimal16643046
Display P3color(display-p3 0.992 0.953 0.902)

Copy-ready code

/* CSS */
color: #fdf3e6;
background-color: #fdf3e6;
/* Tailwind (arbitrary) */
class="text-[#fdf3e6] bg-[#fdf3e6]"
/* SCSS */
$brand: #fdf3e6;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.902)
/* Android */
Color.parseColor("#fdf3e6")
/* Flutter */
Color(0xFFFDF3E6)
/* Python / OpenCV (BGR) */
(230, 243, 253)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #fdf3e6 · 19.14:1
Use #000000AAA at every size.
Aa
White text · 1.10:1
AA fail · AA large fail · AAA fail
Aa
Black text · 19.14:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fdf3e6 as text scores 1.10:1 on white and 19.14:1 on black.

Accessibility — WCAG contrast

Aa
#fdf3e6 on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#fdf3e6 on black: 19.14:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7F3E5
deuteranopia · #FAF5E6
tritanopia · #FFF0EF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fdf3e6 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.

#FCF8F2
#fdf3e6
#F7E1C5
#F7CD97
#F3B463
#EE9B2F
#E38812
#BD710F
#975B0C
#6D430D
#442A08
Base = 100Lightest = 50 · #FCF8F2Darkest = 950 · #442A08
:root {
  --brand-50: #FCF8F2;
  --brand-100: #fdf3e6;
  --brand-200: #F7E1C5;
  --brand-300: #F7CD97;
  --brand-400: #F3B463;
  --brand-500: #EE9B2F;
  --brand-600: #E38812;
  --brand-700: #BD710F;
  --brand-800: #975B0C;
  --brand-900: #6D430D;
  --brand-950: #442A08;
  --brand: #fdf3e6;
  --brand-ink: #000000;
}

Colors that work with #fdf3e6

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF8F4
Tinted page background
Border#EDD9C0
Hairlines and dividers
Muted text#9B784B
Captions on the surface
Accent#0888C4
Second voice, not a rival
Dark variant#764709
Hover, pressed, headers
Light variant#FDF4E7
Selected rows, tints
Dark surface#241D14
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #fdf3e6

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • 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
Use with care
  • 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#E6F0FD
Analogous left#FDE7E6
Analogous right#FCFDE6
Split-complement 1#E6FCFD
Split-complement 2#E7E6FD
Triadic 1#E6FDF3
Triadic 2#F3E6FD
Tetradic#E6FDE7

RGB percentages

Red99.2%
Green95.3%
Blue90.2%

CMYK percentages

Cyan0.0%
Magenta4.0%
Yellow9.1%
Key (black)0.8%

Color previews

#fdf3e6 text on a black background

contrast 19.14:1

Card sample

#fdf3e6 text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #fdf3e6;
Background color
Panel with #fdf3e6 background
background-color: #fdf3e6;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #fdf3e6;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(253, 243, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3e6;
background: linear-gradient(135deg, #fdf3e6, #F8FDE6);

Monochromatic scale

Palettes built from #fdf3e6

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.

#fdf3e6 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#fdf3e6, answered

What color is #fdf3e6?

#fdf3e6 is a pale electric orange, closest to Linen (ΔE2000 1.5). It sits at 34° on the hue wheel with 85% saturation and 95% lightness, which reads as warm.

What is the RGB value of #fdf3e6?

rgb(253, 243, 230) — 253 red, 243 green and 230 blue out of 255, or 99.2% / 95.3% / 90.2% by channel.

Is #fdf3e6 a light or a dark color?

It is a light color. Relative luminance is 0.9070 and perceived brightness is 96%, so black text on it reaches 19.14:1.

Should I use black or white text on #fdf3e6?

Black. It scores 19.14:1 against #fdf3e6, versus 1.10:1 for white — AAA at any size.

What is the complementary color of #fdf3e6?

#E6F0FD sits directly opposite on the wheel. Softer options are the split-complements #E6FCFD and #E7E6FD, which give the same contrast with far less vibration.

What colors go well with #fdf3e6?

For interface work: #FAF8F4 as the surface, #EDD9C0 for borders, #9B784B for secondary text, #0888C4 as an accent and #764709 for hover and pressed states. For a palette, the analogous pair #FDE7E6 and #FCFDE6 stays calm, while #E6F0FD is the loudest partner.

What is #fdf3e6 in CMYK for printing?

cmyk(0%, 4%, 9%, 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 #fdf3e6 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 #FDF0E6; nudged cooler, #FDFCE6.

Work with #fdf3e6 in the Color Lab