Orchid
#E633E0
PinkColor Codes
All color formats for development
HEX
#E633E0RGB
rgb(230, 51, 224)HSL
hsl(302, 78%, 55%)OKLCH
oklch(0.663 0.271 329.7)CMYK
cmyk(0%, 78%, 3%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CDA
2#C819C2
3#AF16AA
4#961391
5#7D0F79
6#640C61
7#4B0949
8#320630
9#190318
Tints
Lighter variations
1#E847E3
2#EB5CE6
3#ED70E9
4#F084EC
5#F299EF
6#F5ADF3
7#F7C2F6
8#FAD6F9
9#FCEBFC
Tones
Muted variations
1#DD3CD7
2#D445CF
3#CB4EC7
4#C257BE
5#B95FB6
6#B068AE
7#A771A5
8#9E7A9D
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297EF | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60E7 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F149A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490947 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFA;
--orchid-200: #F8C4F6;
--orchid-300: #F297EF;
--orchid-400: #EB60E7;
--orchid-500: #E633E0;
--orchid-600: #C819C2;
--orchid-700: #9F149A;
--orchid-800: #710E6E;
--orchid-900: #490947;
--orchid-950: #2D062C;
}