Orchid
#ED5EE1
PinkColor Codes
All color formats for development
HEX
#ED5EE1RGB
rgb(237, 94, 225)HSL
hsl(305, 80%, 65%)OKLCH
oklch(0.71 0.228 331.1)CMYK
cmyk(0%, 60%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41DC
2#E723D6
3#D117C1
4#B314A6
5#95118A
6#770D6F
7#5A0A53
8#3C0737
9#1E031C
Tints
Lighter variations
1#EF6EE4
2#F17EE7
3#F38FEA
4#F49FED
5#F6AFF0
6#F8BFF3
7#FACFF6
8#FBDFF9
9#FDEFFC
Tones
Muted variations
1#E665DB
2#DF6DD5
3#D874CF
4#D17BC9
5#C982C4
6#C289BE
7#BB90B8
8#B497B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395EB | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490844 | 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: #FDF1FC;
--orchid-100: #FBDFF9;
--orchid-200: #F8C3F4;
--orchid-300: #F395EB;
--orchid-400: #ED5EE1;
--orchid-500: #E830D9;
--orchid-600: #CA16BB;
--orchid-700: #A11295;
--orchid-800: #730D6A;
--orchid-900: #490844;
--orchid-950: #2E052B;
}