Orchid
#E95DEE
PinkColor Codes
All color formats for development
HEX
#E95DEERGB
rgb(233, 93, 238)HSL
hsl(298, 81%, 65%)OKLCH
oklch(0.71 0.238 326.3)CMYK
cmyk(2%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E53FEB
2#E121E8
3#CC16D2
4#AF13B4
5#921096
6#740D78
7#57095A
8#3A063C
9#1D031E
Tints
Lighter variations
1#EB6EF0
2#EE7EF1
3#F08EF3
4#F29EF5
5#F4AEF7
6#F6BEF8
7#F8CFFA
8#FBDFFC
9#FDEFFD
Tones
Muted variations
1#E265E7
2#DC6CE0
3#D573D8
4#CE7AD1
5#C782CA
6#C189C3
7#BA90BB
8#B397B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F195 #F195F4 | BordersInactive statesPlaceholder text |
| 400 | E95D #E95DEE | Disabled statesSecondary iconsMuted text |
| 500 | E32F #E32FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C515 #C515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D11 #9D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700C #700C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #48084A | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDFFC;
--orchid-200: #F7C3F9;
--orchid-300: #F195F4;
--orchid-400: #E95DEE;
--orchid-500: #E32FE9;
--orchid-600: #C515CB;
--orchid-700: #9D11A2;
--orchid-800: #700C73;
--orchid-900: #48084A;
--orchid-950: #2D052E;
}