Orchid
#DE4DFF
PinkColor Codes
All color formats for development
HEX
#DE4DFFRGB
rgb(222, 77, 255)HSL
hsl(289, 100%, 65%)OKLCH
oklch(0.689 0.266 319.5)CMYK
cmyk(13%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D82BFF
2#D20AFF
3#BE00E8
4#A200C7
5#8700A6
6#6C0085
7#510063
8#360042
9#1B0021
Tints
Lighter variations
1#E25EFF
2#E570FF
3#E882FF
4#EB94FF
5#EFA6FF
6#F2B8FF
7#F5C9FF
8#F8DBFF
9#FCEDFF
Tones
Muted variations
1#D955F6
2#D35EED
3#CD67E4
4#C870DB
5#C279D2
6#BC82C9
7#B78BC1
8#B194B8
9#AB9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F8DBFF;
--orchid-200: #F3BDFF;
--orchid-300: #E98AFF;
--orchid-400: #DE4DFF;
--orchid-500: #D51AFF;
--orchid-600: #B700E0;
--orchid-700: #9200B3;
--orchid-800: #680080;
--orchid-900: #430052;
--orchid-950: #2A0033;
}