Orchid
#ED5EDA
PinkColor Codes
All color formats for development
HEX
#ED5EDARGB
rgb(237, 94, 218)HSL
hsl(308, 80%, 65%)OKLCH
oklch(0.706 0.223 333.2)CMYK
cmyk(0%, 60%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41D3
2#E723CC
3#D117B8
4#B3149E
5#951183
6#770D69
7#5A0A4F
8#3C0735
9#1E031A
Tints
Lighter variations
1#EF6EDE
2#F17EE1
3#F38FE5
4#F49FE9
5#F6AFED
6#F8BFF0
7#FACFF4
8#FBDFF8
9#FDEFFB
Tones
Muted variations
1#E665D5
2#DF6DD0
3#D874CA
4#D17BC5
5#C982C0
6#C289BB
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 #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDA | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1128E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490841 | 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: #FBDFF8;
--orchid-200: #F8C3F1;
--orchid-300: #F395E7;
--orchid-400: #ED5EDA;
--orchid-500: #E830D0;
--orchid-600: #CA16B2;
--orchid-700: #A1128E;
--orchid-800: #730D65;
--orchid-900: #490841;
--orchid-950: #2E0528;
}