Orchid
#DE52FA
PinkColor Codes
All color formats for development
HEX
#DE52FARGB
rgb(222, 82, 250)HSL
hsl(290, 94%, 65%)OKLCH
oklch(0.691 0.257 320.5)CMYK
cmyk(11%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D732F9
2#D112F8
3#BD07E1
4#A206C1
5#8705A1
6#6C0481
7#510360
8#360240
9#1B0120
Tints
Lighter variations
1#E163FA
2#E474FB
3#E886FB
4#EB97FC
5#EEA8FC
6#F2BAFD
7#F5CBFD
8#F8DCFE
9#FCEEFE
Tones
Muted variations
1#D85AF1
2#D263E9
3#CD6BE0
4#C773D8
5#C27CD0
6#BC84C7
7#B78DBF
8#B195B7
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFB | BordersInactive statesPlaceholder text |
| 400 | DE52 #DE52FA | Disabled statesSecondary iconsMuted text |
| 500 | D420 #D420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B707 #B707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9105 #9105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6804 #68047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #42024F | 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: #FCF0FF;
--orchid-100: #F8DCFE;
--orchid-200: #F3BFFD;
--orchid-300: #E98DFB;
--orchid-400: #DE52FA;
--orchid-500: #D420F8;
--orchid-600: #B707DA;
--orchid-700: #9105AD;
--orchid-800: #68047C;
--orchid-900: #42024F;
--orchid-950: #290231;
}