Orchid
#DC58F3
PinkColor Codes
All color formats for development
HEX
#DC58F3RGB
rgb(220, 88, 243)HSL
hsl(291, 87%, 65%)OKLCH
oklch(0.69 0.242 321.4)CMYK
cmyk(9%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D639F1
2#CF1AEF
3#BB0FD9
4#A00DBA
5#850B9B
6#6B097C
7#50065D
8#35043E
9#1B021F
Tints
Lighter variations
1#E069F5
2#E379F6
3#E78AF7
4#EA9BF8
5#EEACF9
6#F1BCFA
7#F5CDFC
8#F8DEFD
9#FCEEFE
Tones
Muted variations
1#D760EC
2#D168E4
3#CC6FDC
4#C677D4
5#C17FCD
6#BB87C5
7#B68EBD
8#B196B5
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F7 | BordersInactive statesPlaceholder text |
| 400 | DC58 #DC58F3 | Disabled statesSecondary iconsMuted text |
| 500 | D228 #D228F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50F #B50FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900C #900CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054C | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DEFD;
--orchid-200: #F2C1FB;
--orchid-300: #E891F7;
--orchid-400: #DC58F3;
--orchid-500: #D228F0;
--orchid-600: #B50FD2;
--orchid-700: #900CA7;
--orchid-800: #670877;
--orchid-900: #42054C;
--orchid-950: #290330;
}