Orchid
#DC5FEC
PinkColor Codes
All color formats for development
HEX
#DC5FECRGB
rgb(220, 95, 236)HSL
hsl(293, 79%, 65%)OKLCH
oklch(0.694 0.227 323)CMYK
cmyk(7%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D542E9
2#CF24E5
3#BA18D0
4#A015B2
5#851194
6#6A0E77
7#500A59
8#35073B
9#1B031E
Tints
Lighter variations
1#DF6FEE
2#E37FF0
3#E68FF2
4#EA9FF4
5#EDAFF6
6#F1BFF8
7#F4CFF9
8#F8DFFB
9#FBEFFD
Tones
Muted variations
1#D666E5
2#D16DDE
3#CC74D7
4#C67BD0
5#C182C9
6#BB8AC2
7#B691BB
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 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E896 #E896F3 | BordersInactive statesPlaceholder text |
| 400 | DC5F #DC5FEC | Disabled statesSecondary iconsMuted text |
| 500 | D232 #D232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B418 #B418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F13 #8F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660D #660D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F2C4F8;
--orchid-300: #E896F3;
--orchid-400: #DC5FEC;
--orchid-500: #D232E7;
--orchid-600: #B418C9;
--orchid-700: #8F13A0;
--orchid-800: #660D72;
--orchid-900: #420949;
--orchid-950: #29052E;
}