Orchid
#EB60CD
PinkColor Codes
All color formats for development
HEX
#EB60CDRGB
rgb(235, 96, 205)HSL
hsl(313, 78%, 65%)OKLCH
oklch(0.7 0.21 336.9)CMYK
cmyk(0%, 59%, 13%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843C4
2#E425BB
3#CF1AA7
4#B1168F
5#941278
6#760F60
7#590B48
8#3B0730
9#1E0418
Tints
Lighter variations
1#ED70D2
2#EF80D7
3#F190DC
4#F3A0E1
5#F5B0E6
6#F7BFEB
7#F9CFF0
8#FBDFF5
9#FDEFFA
Tones
Muted variations
1#E467C9
2#DD6EC5
3#D675C1
4#D07CBD
5#C983B9
6#C28AB6
7#BB91B2
8#B498AE
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60CD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633BF | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF5;
--orchid-200: #F8C4ED;
--orchid-300: #F297DE;
--orchid-400: #EB60CD;
--orchid-500: #E633BF;
--orchid-600: #C819A2;
--orchid-700: #9F1481;
--orchid-800: #710E5C;
--orchid-900: #49093B;
--orchid-950: #2D0625;
}