Orchid
#E64EFD
PinkColor Codes
All color formats for development
HEX
#E64EFDRGB
rgb(230, 78, 253)HSL
hsl(292, 98%, 65%)OKLCH
oklch(0.699 0.267 322.1)CMYK
cmyk(9%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E12DFD
2#DD0DFD
3#C702E6
4#AB02C5
5#8E02A4
6#720183
7#550162
8#390142
9#1C0021
Tints
Lighter variations
1#E860FD
2#EB72FE
3#ED83FE
4#F095FE
5#F2A7FE
6#F5B8FE
7#F7CAFE
8#FADCFF
9#FCEDFF
Tones
Muted variations
1#DF57F4
2#D960EC
3#D369E3
4#CC71DA
5#C67AD1
6#BF83C9
7#B98CC0
8#B394B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFE | BordersInactive statesPlaceholder text |
| 400 | E64E #E64EFD | Disabled statesSecondary iconsMuted text |
| 500 | DF1C #DF1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C102 #C102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9902 #9902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E01 #6E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460151 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #FADCFF;
--orchid-200: #F6BDFE;
--orchid-300: #EE8BFE;
--orchid-400: #E64EFD;
--orchid-500: #DF1CFD;
--orchid-600: #C102DE;
--orchid-700: #9902B1;
--orchid-800: #6E017E;
--orchid-900: #460151;
--orchid-950: #2C0132;
}