Orchid
#DE5FEC
PinkColor Codes
All color formats for development
HEX
#DE5FECRGB
rgb(222, 95, 236)HSL
hsl(294, 79%, 65%)OKLCH
oklch(0.697 0.228 323.6)CMYK
cmyk(6%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D842E9
2#D224E5
3#BD18D0
4#A215B2
5#871194
6#6C0E77
7#510A59
8#36073B
9#1B031E
Tints
Lighter variations
1#E16FEE
2#E57FF0
3#E88FF2
4#EB9FF4
5#EFAFF6
6#F2BFF8
7#F5CFF9
8#F8DFFB
9#FCEFFD
Tones
Muted variations
1#D966E5
2#D36DDE
3#CD74D7
4#C87BD0
5#C282C9
6#BC8AC2
7#B791BB
8#B198B4
9#AB9FAD
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;
}