Orchid
#E633CB
PinkColor Codes
All color formats for development
HEX
#E633CBRGB
rgb(230, 51, 203)HSL
hsl(309, 78%, 55%)OKLCH
oklch(0.651 0.257 335.3)CMYK
cmyk(0%, 78%, 12%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CC3
2#C819AD
3#AF1698
4#961382
5#7D0F6C
6#640C57
7#4B0941
8#32062B
9#190316
Tints
Lighter variations
1#E847D0
2#EB5CD5
3#ED70DB
4#F084E0
5#F299E5
6#F5ADEA
7#F7C2EF
8#FAD6F5
9#FCEBFA
Tones
Muted variations
1#DD3CC5
2#D445BE
3#CB4EB8
4#C257B2
5#B95FAC
6#B068A5
7#A7719F
8#9E7A99
9#958393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633CB | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F148A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF7;
--orchid-200: #F8C4F0;
--orchid-300: #F297E4;
--orchid-400: #EB60D6;
--orchid-500: #E633CB;
--orchid-600: #C819AD;
--orchid-700: #9F148A;
--orchid-800: #710E63;
--orchid-900: #49093F;
--orchid-950: #2D0627;
}