Orchid
#DC5CF0
PinkColor Codes
All color formats for development
HEX
#DC5CF0RGB
rgb(220, 92, 240)HSL
hsl(292, 83%, 65%)OKLCH
oklch(0.693 0.235 322)CMYK
cmyk(8%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D63DED
2#CF1FEA
3#BB14D4
4#A011B6
5#850E98
6#6B0B79
7#50085B
8#35063D
9#1B031E
Tints
Lighter variations
1#E06CF1
2#E37CF3
3#E78DF4
4#EA9DF6
5#EEADF7
6#F1BEF9
7#F5CEFA
8#F8DEFC
9#FCEFFD
Tones
Muted variations
1#D763E8
2#D16AE1
3#CC72DA
4#C679D2
5#C181CB
6#BB88C3
7#B690BC
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 #F2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F5 | BordersInactive statesPlaceholder text |
| 400 | DC5C #DC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D22D #D22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B413 #B413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900F #900FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670B #670B75 | 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: #F2C2F9;
--orchid-300: #E894F5;
--orchid-400: #DC5CF0;
--orchid-500: #D22DEB;
--orchid-600: #B413CD;
--orchid-700: #900FA3;
--orchid-800: #670B75;
--orchid-900: #42074B;
--orchid-950: #29042F;
}