Orchid
#E963D2
PinkColor Codes
All color formats for development
HEX
#E963D2RGB
rgb(233, 99, 210)HSL
hsl(310, 75%, 65%)OKLCH
oklch(0.703 0.208 334.7)CMYK
cmyk(0%, 58%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E546CA
2#E029C2
3#CB1DAE
4#AE1995
5#91157C
6#741163
7#570C4B
8#3A0832
9#1D0419
Tints
Lighter variations
1#EB72D7
2#ED82DB
3#EF92E0
4#F2A1E4
5#F4B1E9
6#F6C1ED
7#F8D0F2
8#FBE0F6
9#FDEFFB
Tones
Muted variations
1#E26ACE
2#DB70C9
3#D577C5
4#CE7EC1
5#C784BC
6#C18BB8
7#BA92B3
8#B398AF
9#AC9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E2 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963D2 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FBE0F6;
--orchid-200: #F7C5EE;
--orchid-300: #F098E2;
--orchid-400: #E963D2;
--orchid-500: #E236C6;
--orchid-600: #C41CA8;
--orchid-700: #9C1686;
--orchid-800: #701060;
--orchid-900: #470A3D;
--orchid-950: #2D0626;
}