Orchid
#E963C7
PinkColor Codes
All color formats for development
HEX
#E963C7RGB
rgb(233, 99, 199)HSL
hsl(315, 75%, 65%)OKLCH
oklch(0.698 0.2 338.6)CMYK
cmyk(0%, 58%, 15%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E546BD
2#E029B2
3#CB1DA0
4#AE1989
5#911572
6#74115B
7#570C44
8#3A082E
9#1D0417
Tints
Lighter variations
1#EB72CD
2#ED82D2
3#EF92D8
4#F2A1DE
5#F4B1E3
6#F6C1E9
7#F8D0EE
8#FBE0F4
9#FDEFF9
Tones
Muted variations
1#E26AC4
2#DB70C1
3#D577BD
4#CE7EBA
5#C784B6
6#C18BB3
7#BA92B0
8#B398AC
9#AC9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098DA | BordersInactive statesPlaceholder text |
| 400 | E963 #E963C7 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C167B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FA;
--orchid-100: #FBE0F4;
--orchid-200: #F7C5EA;
--orchid-300: #F098DA;
--orchid-400: #E963C7;
--orchid-500: #E236B7;
--orchid-600: #C41C9A;
--orchid-700: #9C167B;
--orchid-800: #701058;
--orchid-900: #470A38;
--orchid-950: #2D0623;
}