Orchid
#EB60EB
PinkColor Codes
All color formats for development
HEX
#EB60EBRGB
rgb(235, 96, 235)HSL
hsl(300, 78%, 65%)OKLCH
oklch(0.714 0.233 327.7)CMYK
cmyk(0%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843E8
2#E425E4
3#CF1ACF
4#B116B1
5#941294
6#760F76
7#590B59
8#3B073B
9#1E041E
Tints
Lighter variations
1#ED70ED
2#EF80EF
3#F190F1
4#F3A0F3
5#F5B0F5
6#F7BFF7
7#F9CFF9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E467E4
2#DD6EDD
3#D675D6
4#D07CD0
5#C983C9
6#C28AC2
7#BB91BB
8#B498B4
9#AD9FAD
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 #F8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60EB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490949 | 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: #F8C4F8;
--orchid-300: #F297F2;
--orchid-400: #EB60EB;
--orchid-500: #E633E6;
--orchid-600: #C819C8;
--orchid-700: #9F149F;
--orchid-800: #710E71;
--orchid-900: #490949;
--orchid-950: #2D062D;
}