Orchid
#EB60DD
PinkColor Codes
All color formats for development
HEX
#EB60DDRGB
rgb(235, 96, 221)HSL
hsl(306, 78%, 65%)OKLCH
oklch(0.707 0.221 331.8)CMYK
cmyk(0%, 59%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843D7
2#E425D1
3#CF1ABC
4#B116A2
5#941287
6#760F6C
7#590B51
8#3B0736
9#1E041B
Tints
Lighter variations
1#ED70E1
2#EF80E4
3#F190E8
4#F3A0EB
5#F5B0EE
6#F7BFF2
7#F9CFF5
8#FBDFF8
9#FDEFFC
Tones
Muted variations
1#E467D8
2#DD6ED2
3#D675CD
4#D07CC7
5#C983C2
6#C28ABC
7#BB91B6
8#B498B1
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E9 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60DD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490942 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F8C4F3;
--orchid-300: #F297E9;
--orchid-400: #EB60DD;
--orchid-500: #E633D4;
--orchid-600: #C819B6;
--orchid-700: #9F1491;
--orchid-800: #710E68;
--orchid-900: #490942;
--orchid-950: #2D0629;
}