Orchid
#E534D9
PinkColor Codes
All color formats for development
HEX
#E534D9RGB
rgb(229, 52, 217)HSL
hsl(304, 77%, 55%)OKLCH
oklch(0.658 0.265 331.2)CMYK
cmyk(0%, 77%, 5%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF1DD2
2#C71ABB
3#AE17A4
4#95138C
5#7C1075
6#630D5E
7#4A0A46
8#32062F
9#190317
Tints
Lighter variations
1#E748DD
2#EA5DE0
3#ED71E4
4#EF85E8
5#F299EC
6#F4AEF0
7#F7C2F4
8#FAD6F7
9#FCEBFB
Tones
Muted variations
1#DC3DD1
2#D346CA
3#CA4EC2
4#C157BA
5#B860B3
6#B069AB
7#A772A3
8#9E7B9C
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 | F7C4 #F7C4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297EB | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61E1 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71ABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480944 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF9;
--orchid-200: #F7C4F4;
--orchid-300: #F297EB;
--orchid-400: #EA61E1;
--orchid-500: #E534D9;
--orchid-600: #C71ABB;
--orchid-700: #9E1595;
--orchid-800: #710F6A;
--orchid-900: #480944;
--orchid-950: #2D062B;
}