Orchid
#DE5DEF
PinkColor Codes
All color formats for development
HEX
#DE5DEFRGB
rgb(222, 93, 239)HSL
hsl(293, 82%, 65%)OKLCH
oklch(0.696 0.233 322.9)CMYK
cmyk(7%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D83EEC
2#D220E9
3#BD15D3
4#A212B5
5#870F97
6#6C0C79
7#51095A
8#36063C
9#1B031E
Tints
Lighter variations
1#E16DF1
2#E47DF2
3#E88DF4
4#EB9EF5
5#EEAEF7
6#F2BEF9
7#F5CEFA
8#F8DFFC
9#FCEFFD
Tones
Muted variations
1#D864E8
2#D36BE0
3#CD73D9
4#C77AD2
5#C281CA
6#BC88C3
7#B790BC
8#B197B4
9#AB9EAD
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 | F3C3 #F3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E994 #E994F4 | BordersInactive statesPlaceholder text |
| 400 | DE5D #DE5DEF | Disabled statesSecondary iconsMuted text |
| 500 | D42E #D42EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | B714 #B714CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9110 #9110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680B #680B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074A | 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: #FCF1FE;
--orchid-100: #F8DFFC;
--orchid-200: #F3C3F9;
--orchid-300: #E994F4;
--orchid-400: #DE5DEF;
--orchid-500: #D42EEA;
--orchid-600: #B714CC;
--orchid-700: #9110A2;
--orchid-800: #680B74;
--orchid-900: #42074A;
--orchid-950: #2A052E;
}