Orchid
#E732D8
PinkColor Codes
All color formats for development
HEX
#E732D8RGB
rgb(231, 50, 216)HSL
hsl(305, 79%, 55%)OKLCH
oklch(0.659 0.267 332)CMYK
cmyk(0%, 78%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E21BD1
2#C918BA
3#B015A3
4#97128C
5#7E0F74
6#640C5D
7#4B0946
8#32062F
9#190317
Tints
Lighter variations
1#E946DC
2#EC5BE0
3#EE6FE4
4#F184E7
5#F398EB
6#F5ADEF
7#F8C1F3
8#FAD6F7
9#FDEAFB
Tones
Muted variations
1#DE3BD0
2#D544C9
3#CC4DC1
4#C356BA
5#BA5FB2
6#B168AA
7#A771A3
8#9E7A9B
9#958394
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;
}