Orchid
#E963E9
PinkColor Codes
All color formats for development
HEX
#E963E9RGB
rgb(233, 99, 233)HSL
hsl(300, 75%, 65%)OKLCH
oklch(0.714 0.226 327.6)CMYK
cmyk(0%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E546E5
2#E029E0
3#CB1DCB
4#AE19AE
5#911591
6#741174
7#570C57
8#3A083A
9#1D041D
Tints
Lighter variations
1#EB72EB
2#ED82ED
3#EF92EF
4#F2A1F2
5#F4B1F4
6#F6C1F6
7#F8D0F8
8#FBE0FB
9#FDEFFD
Tones
Muted variations
1#E26AE2
2#DB70DB
3#D577D5
4#CE7ECE
5#C784C7
6#C18BC1
7#BA92BA
8#B398B3
9#AC9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098F0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963E9 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FBE0FB;
--orchid-200: #F7C5F7;
--orchid-300: #F098F0;
--orchid-400: #E963E9;
--orchid-500: #E236E2;
--orchid-600: #C41CC4;
--orchid-700: #9C169C;
--orchid-800: #701070;
--orchid-900: #470A47;
--orchid-950: #2D062D;
}