Orchid
#EE5DE0
PinkColor Codes
All color formats for development
HEX
#EE5DE0RGB
rgb(238, 93, 224)HSL
hsl(306, 81%, 65%)OKLCH
oklch(0.709 0.23 331.7)CMYK
cmyk(0%, 61%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FDA
2#E821D4
3#D216BF
4#B413A4
5#961089
6#780D6D
7#5A0952
8#3C0637
9#1E031B
Tints
Lighter variations
1#F06EE3
2#F17EE6
3#F38EE9
4#F59EEC
5#F7AEEF
6#F8BEF2
7#FACFF6
8#FCDFF9
9#FDEFFC
Tones
Muted variations
1#E765DA
2#E06CD4
3#D873CE
4#D17AC8
5#CA82C3
6#C389BD
7#BB90B7
8#B497B1
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495EA | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DE0 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0843 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDFF9;
--orchid-200: #F9C3F3;
--orchid-300: #F495EA;
--orchid-400: #EE5DE0;
--orchid-500: #E92FD7;
--orchid-600: #CB15B9;
--orchid-700: #A21193;
--orchid-800: #730C69;
--orchid-900: #4A0843;
--orchid-950: #2E052A;
}