Orchid
#E352FA
PinkColor Codes
All color formats for development
HEX
#E352FARGB
rgb(227, 82, 250)HSL
hsl(292, 94%, 65%)OKLCH
oklch(0.697 0.259 321.9)CMYK
cmyk(9%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE32F9
2#D912F8
3#C407E1
4#A806C1
5#8C05A1
6#700481
7#540360
8#380240
9#1C0120
Tints
Lighter variations
1#E663FA
2#E974FB
3#EC86FB
4#EE97FC
5#F1A8FC
6#F4BAFD
7#F7CBFD
8#F9DCFE
9#FCEEFE
Tones
Muted variations
1#DD5AF1
2#D763E9
3#D16BE0
4#CB73D8
5#C57CD0
6#BE84C7
7#B88DBF
8#B295B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | ED8D #ED8DFB | BordersInactive statesPlaceholder text |
| 400 | E352 #E352FA | Disabled statesSecondary iconsMuted text |
| 500 | DB20 #DB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE07 #BE07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9705 #9705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C04 #6C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4502 #45024F | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #F9DCFE;
--orchid-200: #F5BFFD;
--orchid-300: #ED8DFB;
--orchid-400: #E352FA;
--orchid-500: #DB20F8;
--orchid-600: #BE07DA;
--orchid-700: #9705AD;
--orchid-800: #6C047C;
--orchid-900: #45024F;
--orchid-950: #2B0231;
}