Orchid
#EE5DEE
PinkColor Codes
All color formats for development
HEX
#EE5DEERGB
rgb(238, 93, 238)HSL
hsl(300, 81%, 65%)OKLCH
oklch(0.716 0.241 327.7)CMYK
cmyk(0%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FEB
2#E821E8
3#D216D2
4#B413B4
5#961096
6#780D78
7#5A095A
8#3C063C
9#1E031E
Tints
Lighter variations
1#F06EF0
2#F17EF1
3#F38EF3
4#F59EF5
5#F7AEF7
6#F8BEF8
7#FACFFA
8#FCDFFC
9#FDEFFD
Tones
Muted variations
1#E765E7
2#E06CE0
3#D873D8
4#D17AD1
5#CA82CA
6#C389C3
7#BB90BB
8#B497B4
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495F4 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DEE | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A084A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FE;
--orchid-100: #FCDFFC;
--orchid-200: #F9C3F9;
--orchid-300: #F495F4;
--orchid-400: #EE5DEE;
--orchid-500: #E92FE9;
--orchid-600: #CB15CB;
--orchid-700: #A211A2;
--orchid-800: #730C73;
--orchid-900: #4A084A;
--orchid-950: #2E052E;
}