Orchid
#EB60E9
PinkColor Codes
All color formats for development
HEX
#EB60E9RGB
rgb(235, 96, 233)HSL
hsl(301, 78%, 65%)OKLCH
oklch(0.713 0.231 328.2)CMYK
cmyk(0%, 59%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843E5
2#E425E1
3#CF1ACC
4#B116AE
5#941291
6#760F74
7#590B57
8#3B073A
9#1E041D
Tints
Lighter variations
1#ED70EB
2#EF80ED
3#F190F0
4#F3A0F2
5#F5B0F4
6#F7BFF6
7#F9CFF8
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E467E2
2#DD6EDC
3#D675D5
4#D07CCE
5#C983C7
6#C28AC1
7#BB91BA
8#B498B3
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60E9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F149D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490948 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F8C4F7;
--orchid-300: #F297F1;
--orchid-400: #EB60E9;
--orchid-500: #E633E3;
--orchid-600: #C819C5;
--orchid-700: #9F149D;
--orchid-800: #710E70;
--orchid-900: #490948;
--orchid-950: #2D062D;
}