Orchid
#ED5ED8
PinkColor Codes
All color formats for development
HEX
#ED5ED8RGB
rgb(237, 94, 216)HSL
hsl(309, 80%, 65%)OKLCH
oklch(0.705 0.222 333.8)CMYK
cmyk(0%, 60%, 9%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41D0
2#E723C9
3#D117B5
4#B3149B
5#951181
6#770D67
7#5A0A4E
8#3C0734
9#1E031A
Tints
Lighter variations
1#EF6EDC
2#F17EE0
3#F38FE4
4#F49FE7
5#F6AFEB
6#F8BFEF
7#FACFF3
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E665D3
2#DF6DCE
3#D874C9
4#D17BC4
5#C982BF
6#C289BA
7#BB90B5
8#B497B0
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830CD | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1128B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490840 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF7;
--orchid-200: #F8C3F0;
--orchid-300: #F395E5;
--orchid-400: #ED5ED8;
--orchid-500: #E830CD;
--orchid-600: #CA16AF;
--orchid-700: #A1128B;
--orchid-800: #730D63;
--orchid-900: #490840;
--orchid-950: #2E0528;
}