Orchid
#DE51FB
PinkColor Codes
All color formats for development
HEX
#DE51FBRGB
rgb(222, 81, 251)HSL
hsl(290, 96%, 65%)OKLCH
oklch(0.69 0.259 320.3)CMYK
cmyk(12%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D930FB
2#D30FFA
3#BE05E3
4#A304C3
5#8803A2
6#6D0382
7#520261
8#360141
9#1B0120
Tints
Lighter variations
1#E262FC
2#E573FC
3#E985FD
4#EC96FD
5#EFA8FD
6#F2B9FE
7#F5CBFE
8#F9DCFE
9#FCEEFF
Tones
Muted variations
1#D959F3
2#D361EA
3#CE6AE2
4#C872D9
5#C27BD1
6#BD83C8
7#B78CBF
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 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8C #EA8CFD | BordersInactive statesPlaceholder text |
| 400 | DF50 #DF50FB | Disabled statesSecondary iconsMuted text |
| 500 | D61E #D61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B804 #B804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6903 #69037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F9DCFE;
--orchid-200: #F3BEFE;
--orchid-300: #EA8CFD;
--orchid-400: #DF50FB;
--orchid-500: #D61EFA;
--orchid-600: #B804DC;
--orchid-700: #9204AF;
--orchid-800: #69037D;
--orchid-900: #430250;
--orchid-950: #2A0132;
}