Orchid
#E652FA
PinkColor Codes
All color formats for development
HEX
#E652FARGB
rgb(230, 82, 250)HSL
hsl(293, 94%, 65%)OKLCH
oklch(0.701 0.26 322.7)CMYK
cmyk(8%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E132F9
2#DD12F8
3#C807E1
4#AB06C1
5#8F05A1
6#720481
7#560360
8#390240
9#1D0120
Tints
Lighter variations
1#E963FA
2#EB74FB
3#EE86FB
4#F097FC
5#F3A8FC
6#F5BAFD
7#F8CBFD
8#FADCFE
9#FDEEFE
Tones
Muted variations
1#E05AF1
2#D963E9
3#D36BE0
4#CC73D8
5#C67CD0
6#BF84C7
7#B98DBF
8#B395B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BF #F6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFB | BordersInactive statesPlaceholder text |
| 400 | E652 #E652FA | Disabled statesSecondary iconsMuted text |
| 500 | DF20 #DF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C107 #C107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A05 #9A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E04 #6E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #46024F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #FADCFE;
--orchid-200: #F6BFFD;
--orchid-300: #EF8DFB;
--orchid-400: #E652FA;
--orchid-500: #DF20F8;
--orchid-600: #C107DA;
--orchid-700: #9A05AD;
--orchid-800: #6E047C;
--orchid-900: #46024F;
--orchid-950: #2C0231;
}