Orchid
#EB60D6
PinkColor Codes
All color formats for development
HEX
#EB60D6RGB
rgb(235, 96, 214)HSL
hsl(309, 78%, 65%)OKLCH
oklch(0.704 0.216 333.9)CMYK
cmyk(0%, 59%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843CF
2#E425C7
3#CF1AB3
4#B1169A
5#941280
6#760F66
7#590B4D
8#3B0733
9#1E041A
Tints
Lighter variations
1#ED70DB
2#EF80DF
3#F190E3
4#F3A0E7
5#F5B0EB
6#F7BFEF
7#F9CFF3
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E467D2
2#DD6ECD
3#D675C8
4#D07CC3
5#C983BE
6#C28AB9
7#BB91B4
8#B498AF
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633CB | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F148A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF7;
--orchid-200: #F8C4F0;
--orchid-300: #F297E4;
--orchid-400: #EB60D6;
--orchid-500: #E633CB;
--orchid-600: #C819AD;
--orchid-700: #9F148A;
--orchid-800: #710E63;
--orchid-900: #49093F;
--orchid-950: #2D0627;
}