Orchid
#ED5ED1
PinkColor Codes
All color formats for development
HEX
#ED5ED1RGB
rgb(237, 94, 209)HSL
hsl(312, 80%, 65%)OKLCH
oklch(0.702 0.217 336.1)CMYK
cmyk(0%, 60%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41C8
2#E723BF
3#D117AC
4#B31493
5#95117B
6#770D62
7#5A0A4A
8#3C0731
9#1E0319
Tints
Lighter variations
1#EF6ED5
2#F17EDA
3#F38FDF
4#F49FE3
5#F6AFE8
6#F8BFEC
7#FACFF1
8#FBDFF6
9#FDEFFA
Tones
Muted variations
1#E665CC
2#DF6DC8
3#D874C4
4#D17BBF
5#C982BB
6#C289B7
7#BB90B3
8#B497AE
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF6;
--orchid-200: #F8C3EE;
--orchid-300: #F395E1;
--orchid-400: #ED5ED1;
--orchid-500: #E830C3;
--orchid-600: #CA16A6;
--orchid-700: #A11284;
--orchid-800: #730D5E;
--orchid-900: #49083C;
--orchid-950: #2E0526;
}