Orchid
#EE5DE7
PinkColor Codes
All color formats for development
HEX
#EE5DE7RGB
rgb(238, 93, 231)HSL
hsl(303, 81%, 65%)OKLCH
oklch(0.713 0.235 329.7)CMYK
cmyk(0%, 61%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FE2
2#E821DE
3#D216C9
4#B413AC
5#96108F
6#780D73
7#5A0956
8#3C0639
9#1E031D
Tints
Lighter variations
1#F06EE9
2#F17EEC
3#F38EEE
4#F59EF0
5#F7AEF3
6#F8BEF5
7#FACFF8
8#FCDFFA
9#FDEFFD
Tones
Muted variations
1#E765E0
2#E06CDA
3#D873D3
4#D17ACD
5#CA82C6
6#C389C0
7#BB90B9
8#B497B3
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495EF | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DE7 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2119A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0847 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDFFA;
--orchid-200: #F9C3F6;
--orchid-300: #F495EF;
--orchid-400: #EE5DE7;
--orchid-500: #E92FE0;
--orchid-600: #CB15C2;
--orchid-700: #A2119A;
--orchid-800: #730C6E;
--orchid-900: #4A0847;
--orchid-950: #2E052C;
}