Orchid
#E534CA
PinkColor Codes
All color formats for development
HEX
#E534CARGB
rgb(229, 52, 202)HSL
hsl(309, 77%, 55%)OKLCH
oklch(0.65 0.255 335.4)CMYK
cmyk(0%, 77%, 12%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF1DC2
2#C71AAD
3#AE1797
4#951382
5#7C106C
6#630D56
7#4A0A41
8#32062B
9#190316
Tints
Lighter variations
1#E748CF
2#EA5DD5
3#ED71DA
4#EF85DF
5#F299E5
6#F4AEEA
7#F7C2EF
8#FAD6F4
9#FCEBFA
Tones
Muted variations
1#DC3DC4
2#D346BE
3#CA4EB8
4#C157B1
5#B860AB
6#B069A5
7#A7729F
8#9E7B99
9#958392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E4 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61D6 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534CA | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48093F | 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: #FDF1FB;
--orchid-100: #FBDFF7;
--orchid-200: #F7C4F0;
--orchid-300: #F297E4;
--orchid-400: #EA61D6;
--orchid-500: #E534CA;
--orchid-600: #C71AAD;
--orchid-700: #9E1589;
--orchid-800: #710F62;
--orchid-900: #48093F;
--orchid-950: #2D0627;
}