Orchid
#E95BF1
PinkColor Codes
All color formats for development
HEX
#E95BF1RGB
rgb(233, 91, 241)HSL
hsl(297, 84%, 65%)OKLCH
oklch(0.709 0.243 325.6)CMYK
cmyk(3%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E53CEE
2#E11EEB
3#CC13D5
4#AF10B7
5#920D98
6#740B7A
7#57085B
8#3A053D
9#1D031E
Tints
Lighter variations
1#EB6BF2
2#EE7CF4
3#F08CF5
4#F29CF6
5#F4ADF8
6#F6BDF9
7#F8CEFB
8#FBDEFC
9#FDEFFE
Tones
Muted variations
1#E262E9
2#DC6AE2
3#D571DA
4#CE79D3
5#C780CB
6#C188C4
7#BA8FBC
8#B397B5
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F193 #F193F6 | BordersInactive statesPlaceholder text |
| 400 | E95B #E95BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E32C #E32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | C512 #C512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0E #9D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700A #700A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDEFC;
--orchid-200: #F7C2FA;
--orchid-300: #F193F6;
--orchid-400: #E95BF1;
--orchid-500: #E32CED;
--orchid-600: #C512CE;
--orchid-700: #9D0EA4;
--orchid-800: #700A75;
--orchid-900: #48074B;
--orchid-950: #2D042F;
}