Orchid
#EC5FE8
PinkColor Codes
All color formats for development
HEX
#EC5FE8RGB
rgb(236, 95, 232)HSL
hsl(302, 79%, 65%)OKLCH
oklch(0.713 0.232 328.8)CMYK
cmyk(0%, 60%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942E3
2#E524DF
3#D018CA
4#B215AD
5#941190
6#770E73
7#590A56
8#3B073A
9#1E031D
Tints
Lighter variations
1#EE6FEA
2#F07FEC
3#F28FEF
4#F49FF1
5#F6AFF3
6#F8BFF6
7#F9CFF8
8#FBDFFA
9#FDEFFD
Tones
Muted variations
1#E566E1
2#DE6DDA
3#D774D4
4#D07BCD
5#C982C7
6#C28AC0
7#BB91B9
8#B498B3
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F0 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FE8 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0139B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490947 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFA;
--orchid-200: #F8C4F6;
--orchid-300: #F396F0;
--orchid-400: #EC5FE8;
--orchid-500: #E732E1;
--orchid-600: #C918C3;
--orchid-700: #A0139B;
--orchid-800: #720D6F;
--orchid-900: #490947;
--orchid-950: #2E052C;
}