Orchid
#EE5DE2
PinkColor Codes
All color formats for development
HEX
#EE5DE2RGB
rgb(238, 93, 226)HSL
hsl(305, 81%, 65%)OKLCH
oklch(0.71 0.231 331.1)CMYK
cmyk(0%, 61%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FDD
2#E821D7
3#D216C2
4#B413A7
5#96108B
6#780D6F
7#5A0953
8#3C0638
9#1E031C
Tints
Lighter variations
1#F06EE5
2#F17EE8
3#F38EEB
4#F59EEE
5#F7AEF0
6#F8BEF3
7#FACFF6
8#FCDFF9
9#FDEFFC
Tones
Muted variations
1#E765DC
2#E06CD6
3#D873D0
4#D17ACA
5#CA82C4
6#C389BE
7#BB90B8
8#B497B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495EC | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DE2 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FDA | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0844 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDFF9;
--orchid-200: #F9C3F4;
--orchid-300: #F495EC;
--orchid-400: #EE5DE2;
--orchid-500: #E92FDA;
--orchid-600: #CB15BC;
--orchid-700: #A21195;
--orchid-800: #730C6B;
--orchid-900: #4A0844;
--orchid-950: #2E052B;
}