Skip to content

#ffb3f3

a pale, electric magenta / pink · neutral · closest name: Plum

RGB
255, 179, 243
HSL
310°, 100%, 85%
CMYK
0, 30, 5, 0
Luminance
0.5997

At a glance

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

Hex
#ffb3f3
Hue
310°
magenta / pink
Saturation
100%
electric
Lightness
85%
pale
Brightness
100%
HSV value
Perceived
83%
weighted brightness
Luminance
0.5997
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
12.99:1
Closest name
Plum
ΔE2000 6.4
Where it sits
Hue310° of 360°
Saturation100%
Lightness85%
Temperature
Warm ← → Cool45% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ffb3f3
RGBrgb(255, 179, 243)
HSLhsl(310, 100%, 85%)
CMYKcmyk(0%, 30%, 5%, 0%)
LABlab(81.8 37.4 -20.7)
LCHlch(81.8 42.7 331.0)
OKLCHoklch(0.858 0.120 332.2)
Decimal16757747
Display P3color(display-p3 1.000 0.702 0.953)

Copy-ready code

/* CSS */
color: #ffb3f3;
background-color: #ffb3f3;
/* Tailwind (arbitrary) */
class="text-[#ffb3f3] bg-[#ffb3f3]"
/* SCSS */
$brand: #ffb3f3;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.953)
/* Android */
Color.parseColor("#ffb3f3")
/* Flutter */
Color(0xFFFFB3F3)
/* Python / OpenCV (BGR) */
(243, 179, 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 #ffb3f3 · 12.99:1
Use #000000AAA at every size.
Aa
White text · 1.62:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.99:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ffb3f3 as text scores 1.62:1 on white and 12.99:1 on black.

Accessibility — WCAG contrast

Aa
#ffb3f3 on white: 1.62:1
AA ✗ fail · AA-large · AAA
Aa
#ffb3f3 on black: 12.99:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B2C5F5
deuteranopia · #C4CFF1
tritanopia · #FFB7CA

Color scale — 50 to 950

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

#FEF1FC
#FCE3F8
#ffb3f3
#FF8FED
#FF57E4
#FF1FDB
#F500CE
#CC00AC
#A30089
#760564
#49033E
Base = 200Lightest = 50 · #FEF1FCDarkest = 950 · #49033E
:root {
  --brand-50: #FEF1FC;
  --brand-100: #FCE3F8;
  --brand-200: #ffb3f3;
  --brand-300: #FF8FED;
  --brand-400: #FF57E4;
  --brand-500: #FF1FDB;
  --brand-600: #F500CE;
  --brand-700: #CC00AC;
  --brand-800: #A30089;
  --brand-900: #760564;
  --brand-950: #49033E;
  --brand: #ffb3f3;
  --brand-ink: #000000;
}

Colors that work with #ffb3f3

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#FAF4F9
Tinted page background
Border#EDC0E6
Hairlines and dividers
Muted text#9B4B8E
Captions on the surface
Accent#13CC00
Second voice, not a rival
Dark variant#80006B
Hover, pressed, headers
Light variant#FFE5FB
Selected rows, tints
Dark surface#241422
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 #ffb3f3

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#B3FFBF
Analogous left#E5B3FF
Analogous right#FFB3CD
Split-complement 1#CDFFB3
Split-complement 2#B3FFE5
Triadic 1#F3FFB3
Triadic 2#B3F3FF
Tetradic#FFE5B3

RGB percentages

Red100.0%
Green70.2%
Blue95.3%

CMYK percentages

Cyan0.0%
Magenta29.8%
Yellow4.7%
Key (black)0.0%

Color previews

#ffb3f3 text on a black background

contrast 12.99:1

Card sample

#ffb3f3 text on a white background

contrast 1.62:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ffb3f3

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.

#ffb3f3 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#ffb3f3, answered

What color is #ffb3f3?

#ffb3f3 is a pale electric magenta / pink, closest to Plum (ΔE2000 6.4). It sits at 310° on the hue wheel with 100% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #ffb3f3?

rgb(255, 179, 243) — 255 red, 179 green and 243 blue out of 255, or 100% / 70.2% / 95.3% by channel.

Is #ffb3f3 a light or a dark color?

It is a light color. Relative luminance is 0.5997 and perceived brightness is 83%, so black text on it reaches 12.99:1.

Should I use black or white text on #ffb3f3?

Black. It scores 12.99:1 against #ffb3f3, versus 1.62:1 for white — AAA at any size.

What is the complementary color of #ffb3f3?

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

What colors go well with #ffb3f3?

For interface work: #FAF4F9 as the surface, #EDC0E6 for borders, #9B4B8E for secondary text, #13CC00 as an accent and #80006B for hover and pressed states. For a palette, the analogous pair #E5B3FF and #FFB3CD stays calm, while #B3FFBF is the loudest partner.

What is #ffb3f3 in CMYK for printing?

cmyk(0%, 30%, 5%, 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 #ffb3f3 warm or cool?

Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFB3D7; nudged cooler, #EFB3FF.

Work with #ffb3f3 in the Color Lab