Orchid
#DE32E7
PinkColor Codes
All color formats for development
HEX
#DE32E7RGB
rgb(222, 50, 231)HSL
hsl(297, 79%, 55%)OKLCH
oklch(0.654 0.274 325.9)CMYK
cmyk(4%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D81BE2
2#C018C9
3#A815B0
4#901297
5#780F7E
6#600C64
7#48094B
8#300632
9#180319
Tints
Lighter variations
1#E146E9
2#E45BEC
3#E86FEE
4#EB84F1
5#EE98F3
6#F2ADF5
7#F5C1F8
8#F8D6FA
9#FCEAFD
Tones
Muted variations
1#D63BDE
2#CE44D5
3#C54DCC
4#BD56C3
5#B55FBA
6#AD68B1
7#A571A7
8#9D7A9E
9#948395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C4 #F5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE96 #EE96F3 | BordersInactive statesPlaceholder text |
| 400 | E55F #E55FEC | Disabled statesSecondary iconsMuted text |
| 500 | DE32 #DE32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C018 #C018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9913 #9913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0D #6D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4609 #460949 | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F5C4F8;
--orchid-300: #EE96F3;
--orchid-400: #E55FEC;
--orchid-500: #DE32E7;
--orchid-600: #C018C9;
--orchid-700: #9913A0;
--orchid-800: #6D0D72;
--orchid-900: #460949;
--orchid-950: #2C052E;
}