Skip to content

#fe4f5f

a light, electric red · warm · closest name: Indian Red

RGB
254, 79, 95
HSL
355°, 99%, 65%
CMYK
0, 69, 63, 0
Luminance
0.2749

At a glance

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

Hex
#fe4f5f
Hue
355°
red
Saturation
99%
electric
Lightness
65%
light
Brightness
100%
HSV value
Perceived
61%
weighted brightness
Luminance
0.2749
WCAG relative
Temperature
Warm
20/100 cool
Color family
Red
Tone
Electric
Best ink
Black
6.50:1
Closest name
Indian Red
ΔE2000 8.4
Where it sits
Hue355° of 360°
Saturation99%
Lightness65%
Temperature
Warm ← → Cool20% 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#fe4f5f
RGBrgb(254, 79, 95)
HSLhsl(355, 99%, 65%)
CMYKcmyk(0%, 69%, 63%, 0%)
LABlab(59.4 66.7 29.8)
LCHlch(59.4 73.0 24.1)
OKLCHoklch(0.676 0.210 19.8)
Decimal16666463
Display P3color(display-p3 0.996 0.310 0.373)

Copy-ready code

/* CSS */
color: #fe4f5f;
background-color: #fe4f5f;
/* Tailwind (arbitrary) */
class="text-[#fe4f5f] bg-[#fe4f5f]"
/* SCSS */
$brand: #fe4f5f;
/* SwiftUI */
Color(red: 0.996, green: 0.310, blue: 0.373)
/* Android */
Color.parseColor("#fe4f5f")
/* Flutter */
Color(0xFFFE4F5F)
/* Python / OpenCV (BGR) */
(95, 79, 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 #fe4f5f · 6.50:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.23:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.50:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #fe4f5f as text scores 3.23:1 on white and 6.50:1 on black.

Accessibility — WCAG contrast

Aa
#fe4f5f on white: 3.23:1
AA ✗ fail · AA-large · AAA
Aa
#fe4f5f on black: 6.50:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #7E785E
deuteranopia · #AB9D5A
tritanopia · #FF1D56

Color scale — 50 to 950

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

#FEF1F2
#FCE3E6
#FBC0C6
#FE8F9A
#fe4f5f
#FE2034
#F30118
#CB0114
#A20110
#750610
#49030A
Base = 400Lightest = 50 · #FEF1F2Darkest = 950 · #49030A
:root {
  --brand-50: #FEF1F2;
  --brand-100: #FCE3E6;
  --brand-200: #FBC0C6;
  --brand-300: #FE8F9A;
  --brand-400: #fe4f5f;
  --brand-500: #FE2034;
  --brand-600: #F30118;
  --brand-700: #CB0114;
  --brand-800: #A20110;
  --brand-900: #750610;
  --brand-950: #49030A;
  --brand: #fe4f5f;
  --brand-ink: #000000;
}

Colors that work with #fe4f5f

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#FAF4F5
Tinted page background
Border#EDC0C4
Hairlines and dividers
Muted text#9B4B52
Captions on the surface
Accent#00CC87
Second voice, not a rival
Dark variant#7F010C
Hover, pressed, headers
Light variant#FFE6E8
Selected rows, tints
Dark surface#241415
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 #fe4f5f

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

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • 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#4FFEEE
Analogous left#FE4FB7
Analogous right#FE964F
Split-complement 1#4FFE96
Split-complement 2#4FB7FE
Triadic 1#5FFE4F
Triadic 2#4F5FFE
Tetradic#B7FE4F

RGB percentages

Red99.6%
Green31.0%
Blue37.3%

CMYK percentages

Cyan0.0%
Magenta68.9%
Yellow62.6%
Key (black)0.4%

Color previews

#fe4f5f text on a black background

contrast 6.50:1

Card sample

#fe4f5f text on a white background

contrast 3.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fe4f5f

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.

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

#fe4f5f, answered

What color is #fe4f5f?

#fe4f5f is a light electric red, closest to Indian Red (ΔE2000 8.4). It sits at 355° on the hue wheel with 99% saturation and 65% lightness, which reads as warm.

What is the RGB value of #fe4f5f?

rgb(254, 79, 95) — 254 red, 79 green and 95 blue out of 255, or 99.6% / 31% / 37.3% by channel.

Is #fe4f5f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2749 and perceived brightness is 61%, so black text on it reaches 6.50:1.

Should I use black or white text on #fe4f5f?

Black. It scores 6.50:1 against #fe4f5f, versus 3.23:1 for white — AA at any size.

What is the complementary color of #fe4f5f?

#4FFEEE sits directly opposite on the wheel. Softer options are the split-complements #4FFE96 and #4FB7FE, which give the same contrast with far less vibration.

What colors go well with #fe4f5f?

For interface work: #FAF4F5 as the surface, #EDC0C4 for borders, #9B4B52 for secondary text, #00CC87 as an accent and #7F010C for hover and pressed states. For a palette, the analogous pair #FE4FB7 and #FE964F stays calm, while #4FFEEE is the loudest partner.

What is #fe4f5f in CMYK for printing?

cmyk(0%, 69%, 63%, 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 #fe4f5f warm or cool?

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

Work with #fe4f5f in the Color Lab