Orchid
#ED5ED5
PinkColor Codes
All color formats for development
HEX
#ED5ED5RGB
rgb(237, 94, 213)HSL
hsl(310, 80%, 65%)OKLCH
oklch(0.704 0.219 334.8)CMYK
cmyk(0%, 60%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41CE
2#E723C6
3#D117B2
4#B31498
5#95117F
6#770D66
7#5A0A4C
8#3C0733
9#1E0319
Tints
Lighter variations
1#EF6EDA
2#F17EDE
3#F38FE2
4#F49FE6
5#F6AFEA
6#F8BFEE
7#FACFF3
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E665D1
2#DF6DCC
3#D874C7
4#D17BC2
5#C982BE
6#C289B9
7#BB90B4
8#B497AF
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED5 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF7;
--orchid-200: #F8C3F0;
--orchid-300: #F395E4;
--orchid-400: #ED5ED5;
--orchid-500: #E830C9;
--orchid-600: #CA16AC;
--orchid-700: #A11289;
--orchid-800: #730D62;
--orchid-900: #49083F;
--orchid-950: #2E0527;
}