Orchid
#ED5ED3
PinkColor Codes
All color formats for development
HEX
#ED5ED3RGB
rgb(237, 94, 211)HSL
hsl(311, 80%, 65%)OKLCH
oklch(0.703 0.218 335.4)CMYK
cmyk(0%, 60%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41CB
2#E723C3
3#D117AF
4#B31496
5#95117D
6#770D64
7#5A0A4B
8#3C0732
9#1E0319
Tints
Lighter variations
1#EF6ED7
2#F17EDC
3#F38FE0
4#F49FE5
5#F6AFE9
6#F8BFED
7#FACFF2
8#FBDFF6
9#FDEFFB
Tones
Muted variations
1#E665CE
2#DF6DCA
3#D874C5
4#D17BC1
5#C982BC
6#C289B8
7#BB90B3
8#B497AF
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 #F8C3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083D | 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: #F8C3EF;
--orchid-300: #F395E2;
--orchid-400: #ED5ED3;
--orchid-500: #E830C6;
--orchid-600: #CA16A9;
--orchid-700: #A11286;
--orchid-800: #730D60;
--orchid-900: #49083D;
--orchid-950: #2E0526;
}