#eb6cea
a light, electric magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #eb6cea 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 | #eb6cea |
| RGB | rgb(235, 108, 234) |
| HSL | hsl(301, 76%, 67%) |
| CMYK | cmyk(0%, 54%, 0%, 8%) |
| LAB | lab(65.2 65.2 -41.6) |
| LCH | lch(65.2 77.4 327.5) |
| OKLCH | oklch(0.728 0.215 327.8) |
| Decimal | 15428842 |
| Display P3 | color(display-p3 0.922 0.424 0.918) |
Copy-ready code
/* CSS */
color: #eb6cea;
background-color: #eb6cea;
/* Tailwind (arbitrary) */
class="text-[#eb6cea] bg-[#eb6cea]"
/* SCSS */
$brand: #eb6cea;
/* SwiftUI */
Color(red: 0.922, green: 0.424, blue: 0.918)
/* Android */
Color.parseColor("#eb6cea")
/* Flutter */
Color(0xFFEB6CEA)
/* Python / OpenCV (BGR) */
(234, 108, 235)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. #eb6cea 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: #FCF3FC;
--brand-100: #F9E7F9;
--brand-200: #F4C8F4;
--brand-300: #F29CF1;
--brand-400: #eb6cea;
--brand-500: #E43AE3;
--brand-600: #D71DD6;
--brand-700: #B418B2;
--brand-800: #90148F;
--brand-900: #681267;
--brand-950: #410C41;
--brand: #eb6cea;
--brand-ink: #000000;
}Colors that work with #eb6cea
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 #eb6cea
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 | #6CEB6D | Directly opposite — maximum tension | |
| Analogous left | #AD6CEB | Neighbour, quieter | |
| Analogous right | #EB6CAB | Neighbour, quieter | |
| Split-complement 1 | #ABEB6C | Contrast without the clash | |
| Split-complement 2 | #6CEBAD | Contrast without the clash | |
| Triadic 1 | #EAEB6C | Even thirds — balanced and loud | |
| Triadic 2 | #6CEAEB | Even thirds — balanced and loud | |
| Tetradic | #EBAD6C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb6cea text on a black background
contrast 7.87:1
#eb6cea text on a white background
contrast 2.67:1
CSS3 live lab
The quick brown fox
color: #eb6cea;
background-color: #eb6cea;
Glowing headline
text-shadow: 2px 2px 8px #eb6cea;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 108, 234, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 108, 234, 0.45);
border: 3px solid #eb6cea; background: linear-gradient(135deg, #eb6cea, #EB6C95);
Monochromatic scale
Palettes built from #eb6cea
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 3.6 away, with its history, psychology and brand usage.
#eb6cea 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.
#eb6cea, answered
What color is #eb6cea?
#eb6cea is a light electric magenta / pink, closest to Orchid (ΔE2000 3.6). It sits at 301° on the hue wheel with 76% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #eb6cea?
rgb(235, 108, 234) — 235 red, 108 green and 234 blue out of 255, or 92.2% / 42.4% / 91.8% by channel.
Is #eb6cea a light or a dark color?
It is a mid-tone. Relative luminance is 0.3433 and perceived brightness is 67%, so black text on it reaches 7.87:1.
Should I use black or white text on #eb6cea?
Black. It scores 7.87:1 against #eb6cea, versus 2.67:1 for white — AAA at any size.
What is the complementary color of #eb6cea?
#6CEB6D sits directly opposite on the wheel. Softer options are the split-complements #ABEB6C and #6CEBAD, which give the same contrast with far less vibration.
What colors go well with #eb6cea?
For interface work: #FAF4FA as the surface, #EDC0EC for borders, #9B4B9A for secondary text, #3CB715 as an accent and #700F6F for hover and pressed states. For a palette, the analogous pair #AD6CEB and #EB6CAB stays calm, while #6CEB6D is the loudest partner.
What is #eb6cea in CMYK for printing?
cmyk(0%, 54%, 0%, 8%). 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 #eb6cea warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EB6CBB; nudged cooler, #BE6BED.