Orchid
#E85FEC
PinkColor Codes
All color formats for development
HEX
#E85FECRGB
rgb(232, 95, 236)HSL
hsl(298, 79%, 65%)OKLCH
oklch(0.71 0.233 326.6)CMYK
cmyk(2%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E342E9
2#DF24E5
3#CA18D0
4#AD15B2
5#901194
6#730E77
7#560A59
8#3A073B
9#1D031E
Tints
Lighter variations
1#EA6FEE
2#EC7FF0
3#EF8FF2
4#F19FF4
5#F3AFF6
6#F6BFF8
7#F8CFF9
8#FADFFB
9#FDEFFD
Tones
Muted variations
1#E166E5
2#DA6DDE
3#D474D7
4#CD7BD0
5#C782C9
6#C08AC2
7#B991BB
8#B398B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F096 #F096F3 | BordersInactive statesPlaceholder text |
| 400 | E85F #E85FEC | Disabled statesSecondary iconsMuted text |
| 500 | E132 #E132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C318 #C318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B13 #9B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0D #6F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4709 #470949 | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F6C4F8;
--orchid-300: #F096F3;
--orchid-400: #E85FEC;
--orchid-500: #E132E7;
--orchid-600: #C318C9;
--orchid-700: #9B13A0;
--orchid-800: #6F0D72;
--orchid-900: #470949;
--orchid-950: #2C052E;
}