Orchid
#EC5FD7
PinkColor Codes
All color formats for development
HEX
#EC5FD7RGB
rgb(236, 95, 215)HSL
hsl(309, 79%, 65%)OKLCH
oklch(0.705 0.219 333.9)CMYK
cmyk(0%, 60%, 9%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942D0
2#E524C8
3#D018B4
4#B2159A
5#941181
6#770E67
7#590A4D
8#3B0733
9#1E031A
Tints
Lighter variations
1#EE6FDB
2#F07FDF
3#F28FE3
4#F49FE7
5#F6AFEB
6#F8BFEF
7#F9CFF3
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E566D2
2#DE6DCD
3#D774C8
4#D07BC3
5#C982BE
6#C28AB9
7#BB91B5
8#B498B0
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E5 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FD7 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732CC | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0138B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF7;
--orchid-200: #F8C4F0;
--orchid-300: #F396E5;
--orchid-400: #EC5FD7;
--orchid-500: #E732CC;
--orchid-600: #C918AE;
--orchid-700: #A0138B;
--orchid-800: #720D63;
--orchid-900: #49093F;
--orchid-950: #2E0528;
}