Orchid
#DC54F8
PinkColor Codes
All color formats for development
HEX
#DC54F8RGB
rgb(220, 84, 248)HSL
hsl(290, 92%, 65%)OKLCH
oklch(0.689 0.252 320.3)CMYK
cmyk(11%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D634F7
2#D014F5
3#BB09DF
4#A008BF
5#86079F
6#6B057F
7#50045F
8#350340
9#1B0120
Tints
Lighter variations
1#E065F9
2#E376F9
3#E787FA
4#EA98FB
5#EEA9FB
6#F1BAFC
7#F5CCFD
8#F8DDFE
9#FCEEFE
Tones
Muted variations
1#D75CF0
2#D264E7
3#CC6CDF
4#C774D7
5#C17DCF
6#BC85C7
7#B68DBE
8#B195B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E88E #E88EFA | BordersInactive statesPlaceholder text |
| 400 | DC54 #DC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D323 #D323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B509 #B509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9007 #9007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6705 #67057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034E | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F8DDFE;
--orchid-200: #F2BFFC;
--orchid-300: #E88EFA;
--orchid-400: #DC54F8;
--orchid-500: #D323F6;
--orchid-600: #B509D7;
--orchid-700: #9007AB;
--orchid-800: #67057A;
--orchid-900: #42034E;
--orchid-950: #290231;
}