Orchid
#EA54F8
PinkColor Codes
All color formats for development
HEX
#EA54F8RGB
rgb(234, 84, 248)HSL
hsl(295, 92%, 65%)OKLCH
oklch(0.707 0.258 324.2)CMYK
cmyk(6%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E634F7
2#E214F5
3#CD09DF
4#B008BF
5#92079F
6#75057F
7#58045F
8#3B0340
9#1D0120
Tints
Lighter variations
1#EC65F9
2#EE76F9
3#F087FA
4#F398FB
5#F5A9FB
6#F7BAFC
7#F9CCFD
8#FBDDFE
9#FDEEFE
Tones
Muted variations
1#E35CF0
2#DC64E7
3#D66CDF
4#CF74D7
5#C87DCF
6#C185C7
7#BA8DBE
8#B395B6
9#AD9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | F18E #F18EFA | BordersInactive statesPlaceholder text |
| 400 | EA54 #EA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | E423 #E423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C609 #C609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E07 #9E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7105 #71057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4803 #48034E | 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: #FDF0FE;
--orchid-100: #FBDDFE;
--orchid-200: #F7BFFC;
--orchid-300: #F18EFA;
--orchid-400: #EA54F8;
--orchid-500: #E423F6;
--orchid-600: #C609D7;
--orchid-700: #9E07AB;
--orchid-800: #71057A;
--orchid-900: #48034E;
--orchid-950: #2D0231;
}