#bf76df
a light, vivid violet · cool · closest name: Orchid
At a glance
Every number on this page in one read: what #bf76df is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bf76df |
| RGB | rgb(191, 118, 223) |
| HSL | hsl(282, 62%, 67%) |
| CMYK | cmyk(14%, 47%, 0%, 13%) |
| LAB | lab(61.1 46.3 -42.4) |
| LCH | lch(61.1 62.8 317.6) |
| OKLCH | oklch(0.684 0.166 314.8) |
| Decimal | 12547807 |
| Display P3 | color(display-p3 0.749 0.463 0.875) |
Copy-ready code
/* CSS */
color: #bf76df;
background-color: #bf76df;
/* Tailwind (arbitrary) */
class="text-[#bf76df] bg-[#bf76df]"
/* SCSS */
$brand: #bf76df;
/* SwiftUI */
Color(red: 0.749, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#bf76df")
/* Flutter */
Color(0xFFBF76DF)
/* Python / OpenCV (BGR) */
(223, 118, 191)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. #bf76df 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: #F9F4FB;
--brand-100: #F3E8F7;
--brand-200: #E5CCF0;
--brand-300: #D4A4EA;
--brand-400: #bf76df;
--brand-500: #AA49D4;
--brand-600: #982EC6;
--brand-700: #7F27A5;
--brand-800: #651F84;
--brand-900: #4B1A60;
--brand-950: #2F103C;
--brand: #bf76df;
--brand-ink: #000000;
}Colors that work with #bf76df
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 #bf76df
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #96DF76 | Directly opposite — maximum tension | |
| Analogous left | #8B76DF | Neighbour, quieter | |
| Analogous right | #DF76CB | Neighbour, quieter | |
| Split-complement 1 | #CBDF76 | Contrast without the clash | |
| Split-complement 2 | #76DF8B | Contrast without the clash | |
| Triadic 1 | #DFBF76 | Even thirds — balanced and loud | |
| Triadic 2 | #76DFBF | Even thirds — balanced and loud | |
| Tetradic | #DF8B76 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bf76df text on a black background
contrast 6.87:1
#bf76df text on a white background
contrast 3.06:1
CSS3 live lab
The quick brown fox
color: #bf76df;
background-color: #bf76df;
Glowing headline
text-shadow: 2px 2px 8px #bf76df;
Soft neon halo
text-shadow: 0 0 14px rgba(191, 118, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(191, 118, 223, 0.45);
border: 3px solid #bf76df; background: linear-gradient(135deg, #bf76df, #DF76B9);
Monochromatic scale
Palettes built from #bf76df
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 away, with its history, psychology and brand usage.
#bf76df in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bf76df, answered
What color is #bf76df?
#bf76df is a light vivid violet, closest to Orchid (ΔE2000 6). It sits at 282° on the hue wheel with 62% saturation and 67% lightness, which reads as cool.
What is the RGB value of #bf76df?
rgb(191, 118, 223) — 191 red, 118 green and 223 blue out of 255, or 74.9% / 46.3% / 87.5% by channel.
Is #bf76df a light or a dark color?
It is a mid-tone. Relative luminance is 0.2936 and perceived brightness is 62%, so black text on it reaches 6.87:1.
Should I use black or white text on #bf76df?
Black. It scores 6.87:1 against #bf76df, versus 3.06:1 for white — AA at any size.
What is the complementary color of #bf76df?
#96DF76 sits directly opposite on the wheel. Softer options are the split-complements #CBDF76 and #76DF8B, which give the same contrast with far less vibration.
What colors go well with #bf76df?
For interface work: #F9F4FA as the surface, #DFC0ED for borders, #824B9B for secondary text, #6EA923 as an accent and #4F1867 for hover and pressed states. For a palette, the analogous pair #8B76DF and #DF76CB stays calm, while #96DF76 is the loudest partner.
What is #bf76df in CMYK for printing?
cmyk(14%, 47%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bf76df warm or cool?
Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF76D9; nudged cooler, #9874E1.