Orchid
#EC5FE1
PinkColor Codes
All color formats for development
HEX
#EC5FE1RGB
rgb(236, 95, 225)HSL
hsl(305, 79%, 65%)OKLCH
oklch(0.709 0.227 330.8)CMYK
cmyk(0%, 60%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942DB
2#E524D5
3#D018C0
4#B215A5
5#941189
6#770E6E
7#590A52
8#3B0737
9#1E031B
Tints
Lighter variations
1#EE6FE4
2#F07FE7
3#F28FEA
4#F49FED
5#F6AFF0
6#F8BFF3
7#F9CFF6
8#FBDFF9
9#FDEFFC
Tones
Muted variations
1#E566DB
2#DE6DD5
3#D774CF
4#D07BC9
5#C982C3
6#C28ABD
7#BB91B7
8#B498B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396EB | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FE1 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01394 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490944 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF9;
--orchid-200: #F8C4F4;
--orchid-300: #F396EB;
--orchid-400: #EC5FE1;
--orchid-500: #E732D8;
--orchid-600: #C918BA;
--orchid-700: #A01394;
--orchid-800: #720D6A;
--orchid-900: #490944;
--orchid-950: #2E052A;
}