Orchid
#EC5FD5
PinkColor Codes
All color formats for development
HEX
#EC5FD5RGB
rgb(236, 95, 213)HSL
hsl(310, 79%, 65%)OKLCH
oklch(0.704 0.217 334.5)CMYK
cmyk(0%, 60%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942CD
2#E524C5
3#D018B1
4#B21598
5#94117F
6#770E65
7#590A4C
8#3B0733
9#1E0319
Tints
Lighter variations
1#EE6FD9
2#F07FDD
3#F28FE1
4#F49FE6
5#F6AFEA
6#F8BFEE
7#F9CFF2
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E566D0
2#DE6DCB
3#D774C7
4#D07BC2
5#C982BD
6#C28AB9
7#BB91B4
8#B498AF
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E3 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FD5 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF7;
--orchid-200: #F8C4EF;
--orchid-300: #F396E3;
--orchid-400: #EC5FD5;
--orchid-500: #E732C9;
--orchid-600: #C918AB;
--orchid-700: #A01388;
--orchid-800: #720D61;
--orchid-900: #49093E;
--orchid-950: #2E0527;
}