Orchid
#EC5FD0
PinkColor Codes
All color formats for development
HEX
#EC5FD0RGB
rgb(236, 95, 208)HSL
hsl(312, 79%, 65%)OKLCH
oklch(0.702 0.214 336.2)CMYK
cmyk(0%, 60%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942C7
2#E524BF
3#D018AB
4#B21593
5#94117A
6#770E62
7#590A49
8#3B0731
9#1E0318
Tints
Lighter variations
1#EE6FD5
2#F07FD9
3#F28FDE
4#F49FE3
5#F6AFE8
6#F8BFEC
7#F9CFF1
8#FBDFF6
9#FDEFFA
Tones
Muted variations
1#E566CC
2#DE6DC8
3#D774C3
4#D07BBF
5#C982BB
6#C28AB7
7#BB91B2
8#B498AE
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 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E0 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FD0 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093C | 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: #F8C4EE;
--orchid-300: #F396E0;
--orchid-400: #EC5FD0;
--orchid-500: #E732C3;
--orchid-600: #C918A5;
--orchid-700: #A01384;
--orchid-800: #720D5E;
--orchid-900: #49093C;
--orchid-950: #2E0526;
}