Orchid
#E754F8
PinkColor Codes
All color formats for development
HEX
#E754F8RGB
rgb(231, 84, 248)HSL
hsl(294, 92%, 65%)OKLCH
oklch(0.703 0.256 323.4)CMYK
cmyk(7%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E334F7
2#DF14F5
3#C909DF
4#AD08BF
5#90079F
6#73057F
7#56045F
8#3A0340
9#1D0120
Tints
Lighter variations
1#EA65F9
2#EC76F9
3#EF87FA
4#F198FB
5#F3A9FB
6#F6BAFC
7#F8CCFD
8#FADDFE
9#FDEEFE
Tones
Muted variations
1#E15CF0
2#DA64E7
3#D46CDF
4#CD74D7
5#C77DCF
6#C085C7
7#B98DBE
8#B395B6
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BF #F6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | F08E #F08EFA | BordersInactive statesPlaceholder text |
| 400 | E754 #E754F8 | Disabled statesSecondary iconsMuted text |
| 500 | E123 #E123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C309 #C309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B07 #9B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F05 #6F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4703 #47034E | 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: #FDF0FE;
--orchid-100: #FADDFE;
--orchid-200: #F6BFFC;
--orchid-300: #F08EFA;
--orchid-400: #E754F8;
--orchid-500: #E123F6;
--orchid-600: #C309D7;
--orchid-700: #9B07AB;
--orchid-800: #6F057A;
--orchid-900: #47034E;
--orchid-950: #2C0231;
}