Skip to content

#ffd3a7

a light, electric orange · warm · closest name: Peach Puff

RGB
255, 211, 167
HSL
30°, 100%, 83%
CMYK
0, 17, 35, 0
Luminance
0.7064

At a glance

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

Hex
#ffd3a7
Hue
30°
orange
Saturation
100%
electric
Lightness
83%
light
Brightness
100%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7064
WCAG relative
Temperature
Warm
0/100 cool
Color family
Orange
Tone
Electric
Best ink
Black
15.13:1
Closest name
Peach Puff
ΔE2000 3.4
Where it sits
Hue30° of 360°
Saturation100%
Lightness83%
Temperature
Warm ← → Cool0% 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#ffd3a7
RGBrgb(255, 211, 167)
HSLhsl(30, 100%, 83%)
CMYKcmyk(0%, 17%, 35%, 0%)
LABlab(87.3 9.4 27.6)
LCHlch(87.3 29.2 71.1)
OKLCHoklch(0.894 0.076 66.6)
Decimal16765863
Display P3color(display-p3 1.000 0.827 0.655)

Copy-ready code

/* CSS */
color: #ffd3a7;
background-color: #ffd3a7;
/* Tailwind (arbitrary) */
class="text-[#ffd3a7] bg-[#ffd3a7]"
/* SCSS */
$brand: #ffd3a7;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.655)
/* Android */
Color.parseColor("#ffd3a7")
/* Flutter */
Color(0xFFFFD3A7)
/* Python / OpenCV (BGR) */
(167, 211, 255)

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 #ffd3a7 · 15.13:1
Use #000000AAA at every size.
Aa
White text · 1.39:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.13:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ffd3a7 as text scores 1.39:1 on white and 15.13:1 on black.

Accessibility — WCAG contrast

Aa
#ffd3a7 on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#ffd3a7 on black: 15.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2D5A4
deuteranopia · #ECDFA8
tritanopia · #FFC9C7

Color scale — 50 to 950

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

#FEF7F1
#FCF0E3
#ffd3a7
#FFC78F
#FFAB57
#FF8F1F
#F57A00
#CC6600
#A35200
#763D05
#492603
Base = 200Lightest = 50 · #FEF7F1Darkest = 950 · #492603
:root {
  --brand-50: #FEF7F1;
  --brand-100: #FCF0E3;
  --brand-200: #ffd3a7;
  --brand-300: #FFC78F;
  --brand-400: #FFAB57;
  --brand-500: #FF8F1F;
  --brand-600: #F57A00;
  --brand-700: #CC6600;
  --brand-800: #A35200;
  --brand-900: #763D05;
  --brand-950: #492603;
  --brand: #ffd3a7;
  --brand-ink: #000000;
}

Colors that work with #ffd3a7

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#FAF7F4
Tinted page background
Border#EDD6C0
Hairlines and dividers
Muted text#9B734B
Captions on the surface
Accent#0099CC
Second voice, not a rival
Dark variant#804000
Hover, pressed, headers
Light variant#FFF2E5
Selected rows, tints
Dark surface#241C14
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 #ffd3a7

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#A7D3FF
Analogous left#FFA7A7
Analogous right#FFFFA7
Split-complement 1#A7FFFF
Split-complement 2#A7A7FF
Triadic 1#A7FFD3
Triadic 2#D3A7FF
Tetradic#A7FFA7

RGB percentages

Red100.0%
Green82.7%
Blue65.5%

CMYK percentages

Cyan0.0%
Magenta17.3%
Yellow34.5%
Key (black)0.0%

Color previews

#ffd3a7 text on a black background

contrast 15.13:1

Card sample

#ffd3a7 text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(255, 211, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3a7;
background: linear-gradient(135deg, #ffd3a7, #F0FFA7);

Monochromatic scale

Palettes built from #ffd3a7

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.

#ffd3a7 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.

#ffd3a7, answered

What color is #ffd3a7?

#ffd3a7 is a light electric orange, closest to Peach Puff (ΔE2000 3.4). It sits at 30° on the hue wheel with 100% saturation and 83% lightness, which reads as warm.

What is the RGB value of #ffd3a7?

rgb(255, 211, 167) — 255 red, 211 green and 167 blue out of 255, or 100% / 82.7% / 65.5% by channel.

Is #ffd3a7 a light or a dark color?

It is a light color. Relative luminance is 0.7064 and perceived brightness is 87%, so black text on it reaches 15.13:1.

Should I use black or white text on #ffd3a7?

Black. It scores 15.13:1 against #ffd3a7, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #ffd3a7?

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

What colors go well with #ffd3a7?

For interface work: #FAF7F4 as the surface, #EDD6C0 for borders, #9B734B for secondary text, #0099CC as an accent and #804000 for hover and pressed states. For a palette, the analogous pair #FFA7A7 and #FFFFA7 stays calm, while #A7D3FF is the loudest partner.

What is #ffd3a7 in CMYK for printing?

cmyk(0%, 17%, 35%, 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 #ffd3a7 warm or cool?

Warm — it scores 0 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFDCC0; nudged cooler, #FFB3A7.

Work with #ffd3a7 in the Color Lab