Orchid
#DE55F6
PinkColor Codes
All color formats for development
HEX
#DE55F6RGB
rgb(222, 85, 246)HSL
hsl(291, 90%, 65%)OKLCH
oklch(0.691 0.25 321.4)CMYK
cmyk(10%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D836F4
2#D216F3
3#BD0CDC
4#A20ABD
5#87089D
6#6C077E
7#51055E
8#36033F
9#1B021F
Tints
Lighter variations
1#E166F7
2#E577F8
3#E888F9
4#EB99FA
5#EEAAFB
6#F2BBFB
7#F5CCFC
8#F8DDFD
9#FCEEFE
Tones
Muted variations
1#D85DEE
2#D365E6
3#CD6EDE
4#C776D6
5#C27ECE
6#BC86C6
7#B78EBE
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 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DE55 #DE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D525 #D525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B70B #B70BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9109 #9109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #680679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F8DDFD;
--orchid-200: #F3C0FC;
--orchid-300: #E990F9;
--orchid-400: #DE55F6;
--orchid-500: #D525F4;
--orchid-600: #B70BD5;
--orchid-700: #9109AA;
--orchid-800: #680679;
--orchid-900: #43044E;
--orchid-950: #2A0330;
}