Orchid
#ED5EC9
PinkColor Codes
All color formats for development
HEX
#ED5EC9RGB
rgb(237, 94, 201)HSL
hsl(315, 80%, 65%)OKLCH
oklch(0.699 0.211 338.7)CMYK
cmyk(0%, 60%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41C0
2#E723B6
3#D117A2
4#B3148B
5#951174
6#770D5D
7#5A0A46
8#3C072E
9#1E0317
Tints
Lighter variations
1#EF6ECF
2#F17ED4
3#F38FDA
4#F49FDF
5#F6AFE4
6#F8BFEA
7#FACFEF
8#FBDFF4
9#FDEFFA
Tones
Muted variations
1#E665C6
2#DF6DC2
3#D874BF
4#D17BBB
5#C982B8
6#C289B4
7#BB90B0
8#B497AD
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC9 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830BA | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490839 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FA;
--orchid-100: #FBDFF4;
--orchid-200: #F8C3EB;
--orchid-300: #F395DC;
--orchid-400: #ED5EC9;
--orchid-500: #E830BA;
--orchid-600: #CA169D;
--orchid-700: #A1127D;
--orchid-800: #730D59;
--orchid-900: #490839;
--orchid-950: #2E0524;
}