Orchid
#E534D0
PinkColor Codes
All color formats for development
HEX
#E534D0RGB
rgb(229, 52, 208)HSL
hsl(307, 77%, 55%)OKLCH
oklch(0.653 0.259 333.7)CMYK
cmyk(0%, 77%, 9%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF1DC9
2#C71AB2
3#AE179C
4#951386
5#7C1070
6#630D59
7#4A0A43
8#32062D
9#190316
Tints
Lighter variations
1#E748D5
2#EA5DD9
3#ED71DE
4#EF85E3
5#F299E7
6#F4AEEC
7#F7C2F1
8#FAD6F6
9#FCEBFA
Tones
Muted variations
1#DC3DC9
2#D346C2
3#CA4EBC
4#C157B5
5#B860AE
6#B069A7
7#A772A1
8#9E7B9A
9#958393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E7 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61DA | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E158E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480941 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F7C4F1;
--orchid-300: #F297E7;
--orchid-400: #EA61DA;
--orchid-500: #E534D0;
--orchid-600: #C71AB2;
--orchid-700: #9E158E;
--orchid-800: #710F65;
--orchid-900: #480941;
--orchid-950: #2D0629;
}