Orchid
#E25DEE
PinkColor Codes
All color formats for development
HEX
#E25DEERGB
rgb(226, 93, 238)HSL
hsl(295, 81%, 65%)OKLCH
oklch(0.701 0.234 324.3)CMYK
cmyk(5%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD3FEB
2#D721E8
3#C216D2
4#A713B4
5#8B1096
6#6F0D78
7#53095A
8#38063C
9#1C031E
Tints
Lighter variations
1#E56EF0
2#E87EF1
3#EB8EF3
4#EE9EF5
5#F0AEF7
6#F3BEF8
7#F6CFFA
8#F9DFFC
9#FCEFFD
Tones
Muted variations
1#DC65E7
2#D66CE0
3#D073D8
4#CA7AD1
5#C482CA
6#BE89C3
7#B890BB
8#B297B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC95 #EC95F4 | BordersInactive statesPlaceholder text |
| 400 | E25D #E25DEE | Disabled statesSecondary iconsMuted text |
| 500 | DA2F #DA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC15 #BC15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9511 #9511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0C #6B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #44084A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #F9DFFC;
--orchid-200: #F4C3F9;
--orchid-300: #EC95F4;
--orchid-400: #E25DEE;
--orchid-500: #DA2FE9;
--orchid-600: #BC15CB;
--orchid-700: #9511A2;
--orchid-800: #6B0C73;
--orchid-900: #44084A;
--orchid-950: #2B052E;
}