Orchid
#E053F9
PinkColor Codes
All color formats for development
HEX
#E053F9RGB
rgb(224, 83, 249)HSL
hsl(291, 93%, 65%)OKLCH
oklch(0.694 0.255 321.3)CMYK
cmyk(10%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA33F8
2#D413F6
3#C008E0
4#A407C0
5#8906A0
6#6D0580
7#520360
8#370240
9#1B0120
Tints
Lighter variations
1#E364F9
2#E675FA
3#E986FB
4#EC98FB
5#EFA9FC
6#F3BAFD
7#F6CBFD
8#F9DDFE
9#FCEEFE
Tones
Muted variations
1#DA5BF0
2#D463E8
3#CE6CE0
4#C974D8
5#C37CCF
6#BD85C7
7#B78DBF
8#B195B6
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8E #EB8EFB | BordersInactive statesPlaceholder text |
| 400 | E053 #E053F9 | Disabled statesSecondary iconsMuted text |
| 500 | D722 #D722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B908 #B908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9306 #9306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6904 #69047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F9DDFE;
--orchid-200: #F3BFFD;
--orchid-300: #EB8EFB;
--orchid-400: #E053F9;
--orchid-500: #D722F7;
--orchid-600: #B908D9;
--orchid-700: #9306AC;
--orchid-800: #69047B;
--orchid-900: #43034F;
--orchid-950: #2A0231;
}