Skip to content

#fd0f5f

a balanced, electric magenta / pink · warm · closest name: Crimson

RGB
253, 15, 95
HSL
340°, 98%, 53%
CMYK
0, 94, 63, 1
Luminance
0.2205

At a glance

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

Hex
#fd0f5f
Hue
340°
magenta / pink
Saturation
98%
electric
Lightness
53%
balanced
Brightness
99%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2205
WCAG relative
Temperature
Warm
28/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
5.41:1
Closest name
Crimson
ΔE2000 9.6
Where it sits
Hue340° of 360°
Saturation98%
Lightness53%
Temperature
Warm ← → Cool28% 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#fd0f5f
RGBrgb(253, 15, 95)
HSLhsl(340, 98%, 53%)
CMYKcmyk(0%, 94%, 63%, 1%)
LABlab(54.1 81.0 22.8)
LCHlch(54.1 84.1 15.7)
OKLCHoklch(0.636 0.250 12.8)
Decimal16584543
Display P3color(display-p3 0.992 0.059 0.373)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#fd0f5f on white: 3.88:1
AA ✗ fail · AA-large · AAA
Aa
#fd0f5f on black: 5.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #656460
deuteranopia · #9D9159
tritanopia · #FF003A

Color scale — 50 to 950

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

#FDF1F5
#FCE3EC
#FBC1D4
#FE90B5
#FE5890
#fd0f5f
#F30253
#CA0245
#A20137
#75062B
#49041B
Base = 500Lightest = 50 · #FDF1F5Darkest = 950 · #49041B
:root {
  --brand-50: #FDF1F5;
  --brand-100: #FCE3EC;
  --brand-200: #FBC1D4;
  --brand-300: #FE90B5;
  --brand-400: #FE5890;
  --brand-500: #fd0f5f;
  --brand-600: #F30253;
  --brand-700: #CA0245;
  --brand-800: #A20137;
  --brand-900: #75062B;
  --brand-950: #49041B;
  --brand: #fd0f5f;
  --brand-ink: #000000;
}

Colors that work with #fd0f5f

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#FAF4F6
Tinted page background
Border#EDC0CF
Hairlines and dividers
Muted text#9B4B66
Captions on the surface
Accent#00CC54
Second voice, not a rival
Dark variant#7E012B
Hover, pressed, headers
Light variant#FFE6EE
Selected rows, tints
Dark surface#241419
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 #fd0f5f

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
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#0FFDAD
Analogous left#FD0FD6
Analogous right#FD360F
Split-complement 1#0FFD36
Split-complement 2#0FD6FD
Triadic 1#5FFD0F
Triadic 2#0F5FFD
Tetradic#D6FD0F

RGB percentages

Red99.2%
Green5.9%
Blue37.3%

CMYK percentages

Cyan0.0%
Magenta94.1%
Yellow62.5%
Key (black)0.8%

Color previews

#fd0f5f text on a black background

contrast 5.41:1

Card sample

#fd0f5f text on a white background

contrast 3.88:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fd0f5f

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.

#fd0f5f in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#fd0f5f, answered

What color is #fd0f5f?

#fd0f5f is a balanced electric magenta / pink, closest to Crimson (ΔE2000 9.6). It sits at 340° on the hue wheel with 98% saturation and 53% lightness, which reads as warm.

What is the RGB value of #fd0f5f?

rgb(253, 15, 95) — 253 red, 15 green and 95 blue out of 255, or 99.2% / 5.9% / 37.3% by channel.

Is #fd0f5f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2205 and perceived brightness is 56%, so black text on it reaches 5.41:1.

Should I use black or white text on #fd0f5f?

Black. It scores 5.41:1 against #fd0f5f, versus 3.88:1 for white — AA at any size.

What is the complementary color of #fd0f5f?

#0FFDAD sits directly opposite on the wheel. Softer options are the split-complements #0FFD36 and #0FD6FD, which give the same contrast with far less vibration.

What colors go well with #fd0f5f?

For interface work: #FAF4F6 as the surface, #EDC0CF for borders, #9B4B66 for secondary text, #00CC54 as an accent and #7E012B for hover and pressed states. For a palette, the analogous pair #FD0FD6 and #FD360F stays calm, while #0FFDAD is the loudest partner.

What is #fd0f5f in CMYK for printing?

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

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

Work with #fd0f5f in the Color Lab