Orchid
#DC55F7
PinkColor Codes
All color formats for development
HEX
#DC55F7RGB
rgb(220, 85, 247)HSL
hsl(290, 91%, 65%)OKLCH
oklch(0.689 0.25 320.5)CMYK
cmyk(11%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D535F5
2#CF15F4
3#BA0ADE
4#A009BE
5#85079E
6#6B067F
7#50045F
8#35033F
9#1B0120
Tints
Lighter variations
1#DF66F8
2#E377F9
3#E688F9
4#EA99FA
5#EDAAFB
6#F1BBFC
7#F4CCFD
8#F8DDFD
9#FBEEFE
Tones
Muted variations
1#D65DEF
2#D165E7
3#CC6DDF
4#C675D6
5#C17DCE
6#BB85C6
7#B68DBE
8#B196B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E88F #E88FFA | BordersInactive statesPlaceholder text |
| 400 | DC55 #DC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D224 #D224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40A #B40AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F08 #8F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #66067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044E | 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: #F8DDFD;
--orchid-200: #F2C0FC;
--orchid-300: #E88FFA;
--orchid-400: #DC55F7;
--orchid-500: #D224F5;
--orchid-600: #B40AD6;
--orchid-700: #8F08AA;
--orchid-800: #66067A;
--orchid-900: #42044E;
--orchid-950: #290231;
}