Orchid
#D532E7
PinkColor Codes
All color formats for development
HEX
#D532E7RGB
rgb(213, 50, 231)HSL
hsl(294, 79%, 55%)OKLCH
oklch(0.641 0.27 323.5)CMYK
cmyk(8%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE1BE2
2#B718C9
3#A015B0
4#891297
5#720F7E
6#5C0C64
7#45094B
8#2E0632
9#170319
Tints
Lighter variations
1#D946E9
2#DD5BEC
3#E16FEE
4#E684F1
5#EA98F3
6#EEADF5
7#F2C1F8
8#F7D6FA
9#FBEAFD
Tones
Muted variations
1#CE3BDE
2#C644D5
3#BF4DCC
4#B856C3
5#B15FBA
6#A968B1
7#A271A7
8#9B7A9E
9#948395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E996 #E996F3 | BordersInactive statesPlaceholder text |
| 400 | DE5F #DE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | D532 #D532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B718 #B718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9213 #9213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680D #680D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4309 #430949 | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F3C4F8;
--orchid-300: #E996F3;
--orchid-400: #DE5FEC;
--orchid-500: #D532E7;
--orchid-600: #B718C9;
--orchid-700: #9213A0;
--orchid-800: #680D72;
--orchid-900: #430949;
--orchid-950: #2A052E;
}