#fdddff
a pale, electric magenta / pink · neutral · closest name: Thistle
At a glance
Every number on this page in one read: what #fdddff is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #fdddff |
| RGB | rgb(253, 221, 255) |
| HSL | hsl(297, 100%, 93%) |
| CMYK | cmyk(1%, 13%, 0%, 0%) |
| LAB | lab(91.6 16.8 -12.4) |
| LCH | lch(91.6 20.9 323.5) |
| OKLCH | oklch(0.934 0.057 324.2) |
| Decimal | 16637439 |
| Display P3 | color(display-p3 0.992 0.867 1.000) |
Copy-ready code
/* CSS */
color: #fdddff;
background-color: #fdddff;
/* Tailwind (arbitrary) */
class="text-[#fdddff] bg-[#fdddff]"
/* SCSS */
$brand: #fdddff;
/* SwiftUI */
Color(red: 0.992, green: 0.867, blue: 1.000)
/* Android */
Color.parseColor("#fdddff")
/* Flutter */
Color(0xFFFDDDFF)
/* Python / OpenCV (BGR) */
(255, 221, 253)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #fdddff is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF1FE;
--brand-100: #fdddff;
--brand-200: #F8C0FC;
--brand-300: #F88FFF;
--brand-400: #F557FF;
--brand-500: #F21FFF;
--brand-600: #E700F5;
--brand-700: #C000CC;
--brand-800: #9A00A3;
--brand-900: #6F0576;
--brand-950: #450349;
--brand: #fdddff;
--brand-ink: #000000;
}Colors that work with #fdddff
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #fdddff
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #DFFFDD | Directly opposite — maximum tension | |
| Analogous left | #ECDDFF | Neighbour, quieter | |
| Analogous right | #FFDDF0 | Neighbour, quieter | |
| Split-complement 1 | #F0FFDD | Contrast without the clash | |
| Split-complement 2 | #DDFFEC | Contrast without the clash | |
| Triadic 1 | #FFFDDD | Even thirds — balanced and loud | |
| Triadic 2 | #DDFFFD | Even thirds — balanced and loud | |
| Tetradic | #FFECDD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fdddff text on a black background
contrast 16.96:1
#fdddff text on a white background
contrast 1.24:1
CSS3 live lab
The quick brown fox
color: #fdddff;
background-color: #fdddff;
Glowing headline
text-shadow: 2px 2px 8px #fdddff;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 221, 255, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 221, 255, 0.45);
border: 3px solid #fdddff; background: linear-gradient(135deg, #fdddff, #FFDDEA);
Monochromatic scale
Palettes built from #fdddff
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.
Closest color with a full write-up: Thistle (#d8bfd8) — ΔE2000 8 away, with its history, psychology and brand usage.
#fdddff in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#fdddff, answered
What color is #fdddff?
#fdddff is a pale electric magenta / pink, closest to Thistle (ΔE2000 8). It sits at 297° on the hue wheel with 100% saturation and 93% lightness, which reads as neutral.
What is the RGB value of #fdddff?
rgb(253, 221, 255) — 253 red, 221 green and 255 blue out of 255, or 99.2% / 86.7% / 100% by channel.
Is #fdddff a light or a dark color?
It is a light color. Relative luminance is 0.7982 and perceived brightness is 92%, so black text on it reaches 16.96:1.
Should I use black or white text on #fdddff?
Black. It scores 16.96:1 against #fdddff, versus 1.24:1 for white — AAA at any size.
What is the complementary color of #fdddff?
#DFFFDD sits directly opposite on the wheel. Softer options are the split-complements #F0FFDD and #DDFFEC, which give the same contrast with far less vibration.
What colors go well with #fdddff?
For interface work: #FAF4FA as the surface, #EAC0ED for borders, #964B9B for secondary text, #3CCC00 as an accent and #780080 for hover and pressed states. For a palette, the analogous pair #ECDDFF and #FFDDF0 stays calm, while #DFFFDD is the loudest partner.
What is #fdddff in CMYK for printing?
cmyk(1%, 13%, 0%, 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 #fdddff warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFDDF4; nudged cooler, #F0DDFF.