Orchid
#EC5FCE
PinkColor Codes
All color formats for development
HEX
#EC5FCERGB
rgb(236, 95, 206)HSL
hsl(313, 79%, 65%)OKLCH
oklch(0.701 0.212 336.8)CMYK
cmyk(0%, 60%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942C5
2#E524BB
3#D018A8
4#B21590
5#941178
6#770E60
7#590A48
8#3B0730
9#1E0318
Tints
Lighter variations
1#EE6FD3
2#F07FD8
3#F28FDC
4#F49FE1
5#F6AFE6
6#F8BFEB
7#F9CFF0
8#FBDFF5
9#FDEFFA
Tones
Muted variations
1#E566CA
2#DE6DC6
3#D774C2
4#D07BBE
5#C982BA
6#C28AB6
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 #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396DF | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FCE | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF5;
--orchid-200: #F8C4ED;
--orchid-300: #F396DF;
--orchid-400: #EC5FCE;
--orchid-500: #E732C0;
--orchid-600: #C918A2;
--orchid-700: #A01381;
--orchid-800: #720D5C;
--orchid-900: #49093B;
--orchid-950: #2E0525;
}