Orchid
#E05DEE
PinkColor Codes
All color formats for development
HEX
#E05DEERGB
rgb(224, 93, 238)HSL
hsl(294, 81%, 65%)OKLCH
oklch(0.698 0.233 323.7)CMYK
cmyk(6%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA3FEB
2#D421E8
3#BF16D2
4#A413B4
5#891096
6#6D0D78
7#52095A
8#37063C
9#1B031E
Tints
Lighter variations
1#E36EF0
2#E67EF1
3#E98EF3
4#EC9EF5
5#EFAEF7
6#F2BEF8
7#F6CFFA
8#F9DFFC
9#FCEFFD
Tones
Muted variations
1#DA65E7
2#D46CE0
3#CE73D8
4#C87AD1
5#C382CA
6#BD89C3
7#B790BB
8#B197B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C3 #F3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA95 #EA95F4 | BordersInactive statesPlaceholder text |
| 400 | E05D #E05DEE | Disabled statesSecondary iconsMuted text |
| 500 | D72F #D72FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B915 #B915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9311 #9311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690C #690C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4308 #43084A | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DFFC;
--orchid-200: #F3C3F9;
--orchid-300: #EA95F4;
--orchid-400: #E05DEE;
--orchid-500: #D72FE9;
--orchid-600: #B915CB;
--orchid-700: #9311A2;
--orchid-800: #690C73;
--orchid-900: #43084A;
--orchid-950: #2A052E;
}