Orchid
#E85DEF
PinkColor Codes
All color formats for development
HEX
#E85DEFRGB
rgb(232, 93, 239)HSL
hsl(297, 82%, 65%)OKLCH
oklch(0.709 0.238 325.8)CMYK
cmyk(3%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E33EEC
2#DF20E9
3#CA15D3
4#AD12B5
5#900F97
6#730C79
7#56095A
8#3A063C
9#1D031E
Tints
Lighter variations
1#EA6DF1
2#EC7DF2
3#EF8DF4
4#F19EF5
5#F3AEF7
6#F6BEF9
7#F8CEFA
8#FADFFC
9#FDEFFD
Tones
Muted variations
1#E164E8
2#DA6BE0
3#D473D9
4#CD7AD2
5#C781CA
6#C088C3
7#BA90BC
8#B397B4
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C3 #F6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F094 #F094F4 | BordersInactive statesPlaceholder text |
| 400 | E85D #E85DEF | Disabled statesSecondary iconsMuted text |
| 500 | E12E #E12EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C314 #C314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B10 #9B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0B #6F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4707 #47074A | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADFFC;
--orchid-200: #F6C3F9;
--orchid-300: #F094F4;
--orchid-400: #E85DEF;
--orchid-500: #E12EEA;
--orchid-600: #C314CC;
--orchid-700: #9B10A2;
--orchid-800: #6F0B74;
--orchid-900: #47074A;
--orchid-950: #2C052E;
}