Orchid
#EB60D0
PinkColor Codes
All color formats for development
HEX
#EB60D0RGB
rgb(235, 96, 208)HSL
hsl(312, 78%, 65%)OKLCH
oklch(0.701 0.212 335.9)CMYK
cmyk(0%, 59%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843C7
2#E425BE
3#CF1AAA
4#B11692
5#94127A
6#760F61
7#590B49
8#3B0731
9#1E0418
Tints
Lighter variations
1#ED70D4
2#EF80D9
3#F190DE
4#F3A0E3
5#F5B0E7
6#F7BFEC
7#F9CFF1
8#FBDFF6
9#FDEFFA
Tones
Muted variations
1#E467CB
2#DD6EC7
3#D675C3
4#D07CBF
5#C983BB
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 #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D0 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093C | 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: #FBDFF6;
--orchid-200: #F8C4ED;
--orchid-300: #F297E0;
--orchid-400: #EB60D0;
--orchid-500: #E633C2;
--orchid-600: #C819A5;
--orchid-700: #9F1483;
--orchid-800: #710E5E;
--orchid-900: #49093C;
--orchid-950: #2D0625;
}