Orchid
#E04EFD
PinkColor Codes
All color formats for development
HEX
#E04EFDRGB
rgb(224, 78, 253)HSL
hsl(290, 98%, 65%)OKLCH
oklch(0.691 0.264 320.5)CMYK
cmyk(11%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA2DFD
2#D50DFD
3#C002E6
4#A402C5
5#8902A4
6#6E0183
7#520162
8#370142
9#1B0021
Tints
Lighter variations
1#E360FD
2#E672FE
3#E983FE
4#EC95FE
5#F0A7FE
6#F3B8FE
7#F6CAFE
8#F9DCFF
9#FCEDFF
Tones
Muted variations
1#DA57F4
2#D460EC
3#CF69E3
4#C971DA
5#C37AD1
6#BD83C9
7#B78CC0
8#B194B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8B #EB8BFE | BordersInactive statesPlaceholder text |
| 400 | E04E #E04EFD | Disabled statesSecondary iconsMuted text |
| 500 | D71C #D71CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | BA02 #BA02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9402 #9402B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6901 #69017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430151 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F9DCFF;
--orchid-200: #F4BDFE;
--orchid-300: #EB8BFE;
--orchid-400: #E04EFD;
--orchid-500: #D71CFD;
--orchid-600: #BA02DE;
--orchid-700: #9402B1;
--orchid-800: #69017E;
--orchid-900: #430151;
--orchid-950: #2A0132;
}