Orchid
#E952FA
PinkColor Codes
All color formats for development
HEX
#E952FARGB
rgb(233, 82, 250)HSL
hsl(294, 94%, 65%)OKLCH
oklch(0.705 0.261 323.5)CMYK
cmyk(7%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E532F9
2#E112F8
3#CB07E1
4#AE06C1
5#9105A1
6#740481
7#570360
8#3A0240
9#1D0120
Tints
Lighter variations
1#EB63FA
2#ED74FB
3#F086FB
4#F297FC
5#F4A8FC
6#F6BAFD
7#F8CBFD
8#FBDCFE
9#FDEEFE
Tones
Muted variations
1#E25AF1
2#DB63E9
3#D56BE0
4#CE73D8
5#C77CD0
6#C184C7
7#BA8DBF
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 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08D #F08DFB | BordersInactive statesPlaceholder text |
| 400 | E952 #E952FA | Disabled statesSecondary iconsMuted text |
| 500 | E320 #E320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C507 #C507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C05 #9C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7004 #70047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4702 #47024F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #FBDCFE;
--orchid-200: #F7BFFD;
--orchid-300: #F08DFB;
--orchid-400: #E952FA;
--orchid-500: #E320F8;
--orchid-600: #C507DA;
--orchid-700: #9C05AD;
--orchid-800: #70047C;
--orchid-900: #47024F;
--orchid-950: #2D0231;
}