Skip to content

#fef5f3

a pale, electric red · warm · closest name: Snow

RGB
254, 245, 243
HSL
11°, 85%, 98%
CMYK
0, 4, 4, 0
Luminance
0.9285

At a glance

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

Hex
#fef5f3
Hue
11°
red
Saturation
85%
electric
Lightness
98%
pale
Brightness
100%
HSV value
Perceived
97%
weighted brightness
Luminance
0.9285
WCAG relative
Temperature
Warm
11/100 cool
Color family
Red
Tone
Electric
Best ink
Black
19.57:1
Closest name
Snow
ΔE2000 2
Where it sits
Hue11° of 360°
Saturation85%
Lightness98%
Temperature
Warm ← → Cool11% 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#fef5f3
RGBrgb(254, 245, 243)
HSLhsl(11, 85%, 98%)
CMYKcmyk(0%, 4%, 4%, 0%)
LABlab(97.2 2.7 2.0)
LCHlch(97.2 3.4 37.3)
OKLCHoklch(0.977 0.010 32.5)
Decimal16709107
Display P3color(display-p3 0.996 0.961 0.953)

Copy-ready code

/* CSS */
color: #fef5f3;
background-color: #fef5f3;
/* Tailwind (arbitrary) */
class="text-[#fef5f3] bg-[#fef5f3]"
/* SCSS */
$brand: #fef5f3;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.953)
/* Android */
Color.parseColor("#fef5f3")
/* Flutter */
Color(0xFFFEF5F3)
/* Python / OpenCV (BGR) */
(243, 245, 254)

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

Accessibility — WCAG contrast

Aa
#fef5f3 on white: 1.07:1
AA ✗ fail · AA-large · AAA
Aa
#fef5f3 on black: 19.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7F6F3
deuteranopia · #F9F7F3
tritanopia · #FFF4F4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fef5f3 is pinned to step 50; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#fef5f3
#FAE9E6
#F7CEC5
#F6A997
#F27E64
#EE5230
#E23813
#BC2F10
#97260D
#6D1F0E
#441308
Base = 50Lightest = 50 · #fef5f3Darkest = 950 · #441308
:root {
  --brand-50: #fef5f3;
  --brand-100: #FAE9E6;
  --brand-200: #F7CEC5;
  --brand-300: #F6A997;
  --brand-400: #F27E64;
  --brand-500: #EE5230;
  --brand-600: #E23813;
  --brand-700: #BC2F10;
  --brand-800: #97260D;
  --brand-900: #6D1F0E;
  --brand-950: #441308;
  --brand: #fef5f3;
  --brand-ink: #000000;
}

Colors that work with #fef5f3

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#FAF5F4
Tinted page background
Border#EDC8C0
Hairlines and dividers
Muted text#9B594B
Captions on the surface
Accent#10BCBC
Second voice, not a rival
Dark variant#761D0A
Hover, pressed, headers
Light variant#FDEBE7
Selected rows, tints
Dark surface#241714
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 #fef5f3

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#F3FCFE
Analogous left#FEF3F7
Analogous right#FEFBF3
Split-complement 1#F3FEFB
Split-complement 2#F3F7FE
Triadic 1#F3FEF5
Triadic 2#F5F3FE
Tetradic#F7FEF3

RGB percentages

Red99.6%
Green96.1%
Blue95.3%

CMYK percentages

Cyan0.0%
Magenta3.5%
Yellow4.3%
Key (black)0.4%

Color previews

#fef5f3 text on a black background

contrast 19.57:1

Card sample

#fef5f3 text on a white background

contrast 1.07:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fef5f3

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.

#fef5f3 in the real world

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

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#fef5f3, answered

What color is #fef5f3?

#fef5f3 is a pale electric red, closest to Snow (ΔE2000 2). It sits at 11° on the hue wheel with 85% saturation and 98% lightness, which reads as warm.

What is the RGB value of #fef5f3?

rgb(254, 245, 243) — 254 red, 245 green and 243 blue out of 255, or 99.6% / 96.1% / 95.3% by channel.

Is #fef5f3 a light or a dark color?

It is a light color. Relative luminance is 0.9285 and perceived brightness is 97%, so black text on it reaches 19.57:1.

Should I use black or white text on #fef5f3?

Black. It scores 19.57:1 against #fef5f3, versus 1.07:1 for white — AAA at any size.

What is the complementary color of #fef5f3?

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

What colors go well with #fef5f3?

For interface work: #FAF5F4 as the surface, #EDC8C0 for borders, #9B594B for secondary text, #10BCBC as an accent and #761D0A for hover and pressed states. For a palette, the analogous pair #FEF3F7 and #FEFBF3 stays calm, while #F3FCFE is the loudest partner.

What is #fef5f3 in CMYK for printing?

cmyk(0%, 4%, 4%, 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 #fef5f3 warm or cool?

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

Work with #fef5f3 in the Color Lab