Orchid
#DD5DEE
PinkColor Codes
All color formats for development
HEX
#DD5DEERGB
rgb(221, 93, 238)HSL
hsl(293, 81%, 65%)OKLCH
oklch(0.694 0.232 322.8)CMYK
cmyk(7%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D73FEB
2#D121E8
3#BC16D2
4#A113B4
5#861096
6#6B0D78
7#51095A
8#36063C
9#1B031E
Tints
Lighter variations
1#E16EF0
2#E47EF1
3#E78EF3
4#EB9EF5
5#EEAEF7
6#F1BEF8
7#F5CFFA
8#F8DFFC
9#FCEFFD
Tones
Muted variations
1#D865E7
2#D26CE0
3#CD73D8
4#C77AD1
5#C182CA
6#BC89C3
7#B690BB
8#B197B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C3 #F2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E995 #E995F4 | BordersInactive statesPlaceholder text |
| 400 | DD5D #DD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | D42F #D42FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B615 #B615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9111 #9111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670C #670C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4208 #42084A | 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: #FCF1FE;
--orchid-100: #F8DFFC;
--orchid-200: #F2C3F9;
--orchid-300: #E995F4;
--orchid-400: #DD5DEE;
--orchid-500: #D42FE9;
--orchid-600: #B615CB;
--orchid-700: #9111A2;
--orchid-800: #670C73;
--orchid-900: #42084A;
--orchid-950: #29052E;
}