Skip to content

#f3d7ae

a light, vivid orange · warm · closest name: Wheat

RGB
243, 215, 174
HSL
36°, 74%, 82%
CMYK
0, 12, 28, 5
Luminance
0.7071

At a glance

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

Hex
#f3d7ae
Hue
36°
orange
Saturation
74%
vivid
Lightness
82%
light
Brightness
95%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7071
WCAG relative
Temperature
Warm
5/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
15.14:1
Closest name
Wheat
ΔE2000 2.5
Where it sits
Hue36° of 360°
Saturation74%
Lightness82%
Temperature
Warm ← → Cool5% 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#f3d7ae
RGBrgb(243, 215, 174)
HSLhsl(36, 74%, 82%)
CMYKcmyk(0%, 12%, 28%, 5%)
LABlab(87.3 3.7 23.8)
LCHlch(87.3 24.1 81.1)
OKLCHoklch(0.892 0.062 77.2)
Decimal15980462
Display P3color(display-p3 0.953 0.843 0.682)

Copy-ready code

/* CSS */
color: #f3d7ae;
background-color: #f3d7ae;
/* Tailwind (arbitrary) */
class="text-[#f3d7ae] bg-[#f3d7ae]"
/* SCSS */
$brand: #f3d7ae;
/* SwiftUI */
Color(red: 0.953, green: 0.843, blue: 0.682)
/* Android */
Color.parseColor("#f3d7ae")
/* Flutter */
Color(0xFFF3D7AE)
/* Python / OpenCV (BGR) */
(174, 215, 243)

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

Accessibility — WCAG contrast

Aa
#f3d7ae on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#f3d7ae on black: 15.14:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3D7AB
deuteranopia · #E9DEAF
tritanopia · #FFCFCC

Color scale — 50 to 950

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

#FCF8F3
#F9F1E7
#F3E2C8
#f3d7ae
#E9B76C
#E29F3C
#D58C20
#B2741A
#8E5D15
#674513
#402B0C
Base = 300Lightest = 50 · #FCF8F3Darkest = 950 · #402B0C
:root {
  --brand-50: #FCF8F3;
  --brand-100: #F9F1E7;
  --brand-200: #F3E2C8;
  --brand-300: #f3d7ae;
  --brand-400: #E9B76C;
  --brand-500: #E29F3C;
  --brand-600: #D58C20;
  --brand-700: #B2741A;
  --brand-800: #8E5D15;
  --brand-900: #674513;
  --brand-950: #402B0C;
  --brand: #f3d7ae;
  --brand-ink: #000000;
}

Colors that work with #f3d7ae

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#EDDAC0
Hairlines and dividers
Muted text#9B7A4B
Captions on the surface
Accent#167FB6
Second voice, not a rival
Dark variant#6F4910
Hover, pressed, headers
Light variant#FCF4E9
Selected rows, tints
Dark surface#241E14
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 #f3d7ae

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#AECAF3
Analogous left#F3B5AE
Analogous right#ECF3AE
Split-complement 1#AEECF3
Split-complement 2#B5AEF3
Triadic 1#AEF3D7
Triadic 2#D7AEF3
Tetradic#AEF3B5

RGB percentages

Red95.3%
Green84.3%
Blue68.2%

CMYK percentages

Cyan0.0%
Magenta11.5%
Yellow28.4%
Key (black)4.7%

Color previews

#f3d7ae text on a black background

contrast 15.14:1

Card sample

#f3d7ae text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3d7ae

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.

#f3d7ae 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

Converts to four-color process without much drama. Proof it anyway.

#f3d7ae, answered

What color is #f3d7ae?

#f3d7ae is a light vivid orange, closest to Wheat (ΔE2000 2.5). It sits at 36° on the hue wheel with 74% saturation and 82% lightness, which reads as warm.

What is the RGB value of #f3d7ae?

rgb(243, 215, 174) — 243 red, 215 green and 174 blue out of 255, or 95.3% / 84.3% / 68.2% by channel.

Is #f3d7ae a light or a dark color?

It is a light color. Relative luminance is 0.7071 and perceived brightness is 86%, so black text on it reaches 15.14:1.

Should I use black or white text on #f3d7ae?

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

What is the complementary color of #f3d7ae?

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

What colors go well with #f3d7ae?

For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B7A4B for secondary text, #167FB6 as an accent and #6F4910 for hover and pressed states. For a palette, the analogous pair #F3B5AE and #ECF3AE stays calm, while #AECAF3 is the loudest partner.

What is #f3d7ae in CMYK for printing?

cmyk(0%, 12%, 28%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #f3d7ae warm or cool?

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

Work with #f3d7ae in the Color Lab