Orchid
#ED5EE6
PinkColor Codes
All color formats for development
HEX
#ED5EE6RGB
rgb(237, 94, 230)HSL
hsl(303, 80%, 65%)OKLCH
oklch(0.712 0.232 329.7)CMYK
cmyk(0%, 60%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41E1
2#E723DD
3#D117C8
4#B314AB
5#95118F
6#770D72
7#5A0A56
8#3C0739
9#1E031D
Tints
Lighter variations
1#EF6EE9
2#F17EEB
3#F38FEE
4#F49FF0
5#F6AFF3
6#F8BFF5
7#FACFF8
8#FBDFFA
9#FDEFFD
Tones
Muted variations
1#E665E0
2#DF6DD9
3#D874D3
4#D17BCC
5#C982C6
6#C289BF
7#BB90B9
8#B497B3
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395EF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE6 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830DF | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1129A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490846 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFA;
--orchid-200: #F8C3F6;
--orchid-300: #F395EF;
--orchid-400: #ED5EE6;
--orchid-500: #E830DF;
--orchid-600: #CA16C1;
--orchid-700: #A1129A;
--orchid-800: #730D6E;
--orchid-900: #490846;
--orchid-950: #2E052C;
}