Orchid
#E45DEE
PinkColor Codes
All color formats for development
HEX
#E45DEERGB
rgb(228, 93, 238)HSL
hsl(296, 81%, 65%)OKLCH
oklch(0.703 0.235 324.9)CMYK
cmyk(4%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF3FEB
2#DB21E8
3#C516D2
4#A913B4
5#8D1096
6#710D78
7#55095A
8#38063C
9#1C031E
Tints
Lighter variations
1#E76EF0
2#EA7EF1
3#EC8EF3
4#EF9EF5
5#F2AEF7
6#F4BEF8
7#F7CFFA
8#FADFFC
9#FCEFFD
Tones
Muted variations
1#DE65E7
2#D86CE0
3#D273D8
4#CB7AD1
5#C582CA
6#BF89C3
7#B990BB
8#B297B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE95 #EE95F4 | BordersInactive statesPlaceholder text |
| 400 | E45D #E45DEE | Disabled statesSecondary iconsMuted text |
| 500 | DD2F #DD2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF15 #BF15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9811 #9811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0C #6D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4508 #45084A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADFFC;
--orchid-200: #F5C3F9;
--orchid-300: #EE95F4;
--orchid-400: #E45DEE;
--orchid-500: #DD2FE9;
--orchid-600: #BF15CB;
--orchid-700: #9811A2;
--orchid-800: #6D0C73;
--orchid-900: #45084A;
--orchid-950: #2B052E;
}