#df66fe
a light, electric violet · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #df66fe 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 | #df66fe |
| RGB | rgb(223, 102, 254) |
| HSL | hsl(288, 99%, 70%) |
| CMYK | cmyk(12%, 60%, 0%, 0%) |
| LAB | lab(63.6 68.5 -55.3) |
| LCH | lch(63.6 88.0 321.1) |
| OKLCH | oklch(0.716 0.235 319.0) |
| Decimal | 14640894 |
| Display P3 | color(display-p3 0.875 0.400 0.996) |
Copy-ready code
/* CSS */
color: #df66fe;
background-color: #df66fe;
/* Tailwind (arbitrary) */
class="text-[#df66fe] bg-[#df66fe]"
/* SCSS */
$brand: #df66fe;
/* SwiftUI */
Color(red: 0.875, green: 0.400, blue: 0.996)
/* Android */
Color.parseColor("#df66fe")
/* Flutter */
Color(0xFFDF66FE)
/* Python / OpenCV (BGR) */
(254, 102, 223)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. #df66fe 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.
:root {
--brand-50: #FBF1FE;
--brand-100: #F7E3FC;
--brand-200: #EFC0FB;
--brand-300: #E890FE;
--brand-400: #df66fe;
--brand-500: #D120FE;
--brand-600: #C202F3;
--brand-700: #A201CB;
--brand-800: #8101A2;
--brand-900: #5E0675;
--brand-950: #3B0449;
--brand: #df66fe;
--brand-ink: #000000;
}Colors that work with #df66fe
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 #df66fe
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 | #85FE66 | Directly opposite — maximum tension | |
| Analogous left | #9366FE | Neighbour, quieter | |
| Analogous right | #FE66D1 | Neighbour, quieter | |
| Split-complement 1 | #D1FE66 | Contrast without the clash | |
| Split-complement 2 | #66FE93 | Contrast without the clash | |
| Triadic 1 | #FEDF66 | Even thirds — balanced and loud | |
| Triadic 2 | #66FEDF | Even thirds — balanced and loud | |
| Tetradic | #FE9366 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df66fe text on a black background
contrast 7.47:1
#df66fe text on a white background
contrast 2.81:1
CSS3 live lab
The quick brown fox
color: #df66fe;
background-color: #df66fe;
Glowing headline
text-shadow: 2px 2px 8px #df66fe;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 102, 254, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 102, 254, 0.45);
border: 3px solid #df66fe; background: linear-gradient(135deg, #df66fe, #FE66B8);
Monochromatic scale
Palettes built from #df66fe
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: Orchid (#da70d6) — ΔE2000 6.6 away, with its history, psychology and brand usage.
#df66fe 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.
#df66fe, answered
What color is #df66fe?
#df66fe is a light electric violet, closest to Orchid (ΔE2000 6.6). It sits at 288° on the hue wheel with 99% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #df66fe?
rgb(223, 102, 254) — 223 red, 102 green and 254 blue out of 255, or 87.5% / 40% / 99.6% by channel.
Is #df66fe a light or a dark color?
It is a mid-tone. Relative luminance is 0.3235 and perceived brightness is 66%, so black text on it reaches 7.47:1.
Should I use black or white text on #df66fe?
Black. It scores 7.47:1 against #df66fe, versus 2.81:1 for white — AAA at any size.
What is the complementary color of #df66fe?
#85FE66 sits directly opposite on the wheel. Softer options are the split-complements #D1FE66 and #66FE93, which give the same contrast with far less vibration.
What colors go well with #df66fe?
For interface work: #F9F4FA as the surface, #E4C0ED for borders, #8B4B9B for secondary text, #5DCC00 as an accent and #65017F for hover and pressed states. For a palette, the analogous pair #9366FE and #FE66D1 stays calm, while #85FE66 is the loudest partner.
What is #df66fe in CMYK for printing?
cmyk(12%, 60%, 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 #df66fe warm or cool?
Neutral — it scores 57 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FE66E5; nudged cooler, #A765FF.