Orchid
#EB56F5
PinkColor Codes
All color formats for development
HEX
#EB56F5RGB
rgb(235, 86, 245)HSL
hsl(296, 89%, 65%)OKLCH
oklch(0.709 0.253 325.2)CMYK
cmyk(4%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E737F3
2#E318F2
3#CE0DDB
4#B00BBC
5#93099D
6#75077D
7#58055E
8#3B043F
9#1D021F
Tints
Lighter variations
1#ED67F6
2#EF78F7
3#F189F8
4#F39AF9
5#F5ABFA
6#F7BCFB
7#F9CCFC
8#FBDDFD
9#FDEEFE
Tones
Muted variations
1#E45EED
2#DD66E5
3#D66EDD
4#CF76D5
5#C87ECD
6#C186C6
7#BA8EBE
8#B496B6
9#AD9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C0 #F7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB56 #EB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | E526 #E526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C70C #C70CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0A #9E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7107 #710778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4804 #48044D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDDFD;
--orchid-200: #F7C0FB;
--orchid-300: #F290F9;
--orchid-400: #EB56F5;
--orchid-500: #E526F2;
--orchid-600: #C70CD4;
--orchid-700: #9E0AA9;
--orchid-800: #710778;
--orchid-900: #48044D;
--orchid-950: #2D0330;
}