Orchid
#EB60E0
PinkColor Codes
All color formats for development
HEX
#EB60E0RGB
rgb(235, 96, 224)HSL
hsl(305, 78%, 65%)OKLCH
oklch(0.709 0.224 330.9)CMYK
cmyk(0%, 59%, 5%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843DA
2#E425D4
3#CF1ABF
4#B116A4
5#941289
6#760F6D
7#590B52
8#3B0737
9#1E041B
Tints
Lighter variations
1#ED70E3
2#EF80E6
3#F190E9
4#F3A0EC
5#F5B0EF
6#F7BFF3
7#F9CFF6
8#FBDFF9
9#FDEFFC
Tones
Muted variations
1#E467DA
2#DD6ED4
3#D675CE
4#D07CC9
5#C983C3
6#C28ABD
7#BB91B7
8#B498B1
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297EA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60E0 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490943 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF9;
--orchid-200: #F8C4F3;
--orchid-300: #F297EA;
--orchid-400: #EB60E0;
--orchid-500: #E633D7;
--orchid-600: #C819B9;
--orchid-700: #9F1493;
--orchid-800: #710E69;
--orchid-900: #490943;
--orchid-950: #2D062A;
}