Orchid
#E534E5
PinkColor Codes
All color formats for development
HEX
#E534E5RGB
rgb(229, 52, 229)HSL
hsl(300, 77%, 55%)OKLCH
oklch(0.664 0.274 328.1)CMYK
cmyk(0%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF1DDF
2#C71AC7
3#AE17AE
4#951395
5#7C107C
6#630D63
7#4A0A4A
8#320632
9#190319
Tints
Lighter variations
1#E748E7
2#EA5DEA
3#ED71ED
4#EF85EF
5#F299F2
6#F4AEF4
7#F7C2F7
8#FAD6FA
9#FCEBFC
Tones
Muted variations
1#DC3DDC
2#D346D3
3#CA4ECA
4#C157C1
5#B860B8
6#B069B0
7#A772A7
8#9E7B9E
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F2 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61EA | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480948 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F7C4F7;
--orchid-300: #F297F2;
--orchid-400: #EA61EA;
--orchid-500: #E534E5;
--orchid-600: #C71AC7;
--orchid-700: #9E159E;
--orchid-800: #710F71;
--orchid-900: #480948;
--orchid-950: #2D062D;
}