Orchid
#E052FA
PinkColor Codes
All color formats for development
HEX
#E052FARGB
rgb(224, 82, 250)HSL
hsl(291, 94%, 65%)OKLCH
oklch(0.693 0.257 321.1)CMYK
cmyk(10%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB32F9
2#D512F8
3#C007E1
4#A506C1
5#8905A1
6#6E0481
7#520360
8#370240
9#1B0120
Tints
Lighter variations
1#E463FA
2#E774FB
3#EA86FB
4#ED97FC
5#F0A8FC
6#F3BAFD
7#F6CBFD
8#F9DCFE
9#FCEEFE
Tones
Muted variations
1#DB5AF1
2#D563E9
3#CF6BE0
4#C973D8
5#C37CD0
6#BD84C7
7#B78DBF
8#B195B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFB | BordersInactive statesPlaceholder text |
| 400 | E052 #E052FA | Disabled statesSecondary iconsMuted text |
| 500 | D820 #D820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA07 #BA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9405 #9405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A04 #6A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #44024F | 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: #FCF0FF;
--orchid-100: #F9DCFE;
--orchid-200: #F4BFFD;
--orchid-300: #EB8DFB;
--orchid-400: #E052FA;
--orchid-500: #D820F8;
--orchid-600: #BA07DA;
--orchid-700: #9405AD;
--orchid-800: #6A047C;
--orchid-900: #44024F;
--orchid-950: #2A0231;
}