Orchid
#E633D7
PinkColor Codes
All color formats for development
HEX
#E633D7RGB
rgb(230, 51, 215)HSL
hsl(305, 78%, 55%)OKLCH
oklch(0.658 0.265 332)CMYK
cmyk(0%, 78%, 7%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CD0
2#C819B9
3#AF16A2
4#96138B
5#7D0F74
6#640C5D
7#4B0945
8#32062E
9#190317
Tints
Lighter variations
1#E847DB
2#EB5CDF
3#ED70E3
4#F084E7
5#F299EB
6#F5ADEF
7#F7C2F3
8#FAD6F7
9#FCEBFB
Tones
Muted variations
1#DD3CCF
2#D445C8
3#CB4EC0
4#C257B9
5#B95FB2
6#B068AA
7#A771A3
8#9E7A9B
9#958394
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;
}