Orchid
#EB60DB
PinkColor Codes
All color formats for development
HEX
#EB60DBRGB
rgb(235, 96, 219)HSL
hsl(307, 78%, 65%)OKLCH
oklch(0.706 0.22 332.4)CMYK
cmyk(0%, 59%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843D4
2#E425CE
3#CF1AB9
4#B1169F
5#941284
6#760F6A
7#590B4F
8#3B0735
9#1E041A
Tints
Lighter variations
1#ED70DF
2#EF80E2
3#F190E6
4#F3A0E9
5#F5B0ED
6#F7BFF1
7#F9CFF4
8#FBDFF8
9#FDEFFB
Tones
Muted variations
1#E467D6
2#DD6ED0
3#D675CB
4#D07CC6
5#C983C0
6#C28ABB
7#BB91B6
8#B498B0
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 #F8C4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60DB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F148F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490941 | 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: #F8C4F2;
--orchid-300: #F297E7;
--orchid-400: #EB60DB;
--orchid-500: #E633D1;
--orchid-600: #C819B3;
--orchid-700: #9F148F;
--orchid-800: #710E66;
--orchid-900: #490941;
--orchid-950: #2D0629;
}