Orchid
#DD5BF1
PinkColor Codes
All color formats for development
HEX
#DD5BF1RGB
rgb(221, 91, 241)HSL
hsl(292, 84%, 65%)OKLCH
oklch(0.694 0.237 322.1)CMYK
cmyk(8%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D63CEE
2#D01EEB
3#BB13D5
4#A110B7
5#860D98
6#6B0B7A
7#50085B
8#36053D
9#1B031E
Tints
Lighter variations
1#E06BF2
2#E47CF4
3#E78CF5
4#EA9CF6
5#EEADF8
6#F1BDF9
7#F5CEFB
8#F8DEFC
9#FCEFFE
Tones
Muted variations
1#D762E9
2#D26AE2
3#CC71DA
4#C779D3
5#C180CB
6#BC88C4
7#B68FBC
8#B197B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E893 #E893F6 | BordersInactive statesPlaceholder text |
| 400 | DD5B #DD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D32C #D32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B512 #B512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900E #900EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DEFC;
--orchid-200: #F2C2FA;
--orchid-300: #E893F6;
--orchid-400: #DD5BF1;
--orchid-500: #D32CED;
--orchid-600: #B512CE;
--orchid-700: #900EA4;
--orchid-800: #670A75;
--orchid-900: #42074B;
--orchid-950: #29042F;
}