Orchid
#ED5EE4
PinkColor Codes
All color formats for development
HEX
#ED5EE4RGB
rgb(237, 94, 228)HSL
hsl(304, 80%, 65%)OKLCH
oklch(0.711 0.231 330.2)CMYK
cmyk(0%, 60%, 4%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41DF
2#E723D9
3#D117C4
4#B314A8
5#95118C
6#770D70
7#5A0A54
8#3C0738
9#1E031C
Tints
Lighter variations
1#EF6EE6
2#F17EE9
3#F38FEC
4#F49FEF
5#F6AFF1
6#F8BFF4
7#FACFF7
8#FBDFFA
9#FDEFFC
Tones
Muted variations
1#E665DD
2#DF6DD7
3#D874D1
4#D17BCB
5#C982C5
6#C289BF
7#BB90B8
8#B497B2
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 #F8C3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395ED | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE4 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830DC | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490845 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFA;
--orchid-200: #F8C3F5;
--orchid-300: #F395ED;
--orchid-400: #ED5EE4;
--orchid-500: #E830DC;
--orchid-600: #CA16BE;
--orchid-700: #A11297;
--orchid-800: #730D6C;
--orchid-900: #490845;
--orchid-950: #2E052B;
}