Orchid
#EE5DEC
PinkColor Codes
All color formats for development
HEX
#EE5DECRGB
rgb(238, 93, 236)HSL
hsl(301, 81%, 65%)OKLCH
oklch(0.715 0.239 328.3)CMYK
cmyk(0%, 61%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FE8
2#E821E4
3#D216CF
4#B413B1
5#961094
6#780D76
7#5A0959
8#3C063B
9#1E031E
Tints
Lighter variations
1#F06EEE
2#F17EF0
3#F38EF1
4#F59EF3
5#F7AEF5
6#F8BEF7
7#FACFF9
8#FCDFFB
9#FDEFFD
Tones
Muted variations
1#E765E5
2#E06CDE
3#D873D7
4#D17AD0
5#CA82C9
6#C389C2
7#BB90BB
8#B497B4
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495F2 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DEC | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2119F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDFFB;
--orchid-200: #F9C3F8;
--orchid-300: #F495F2;
--orchid-400: #EE5DEC;
--orchid-500: #E92FE6;
--orchid-600: #CB15C8;
--orchid-700: #A2119F;
--orchid-800: #730C72;
--orchid-900: #4A0849;
--orchid-950: #2E052D;
}