Orchid
#DB56F5
PinkColor Codes
All color formats for development
HEX
#DB56F5RGB
rgb(219, 86, 245)HSL
hsl(290, 89%, 65%)OKLCH
oklch(0.688 0.246 320.7)CMYK
cmyk(11%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D437F3
2#CD18F2
3#B90DDB
4#9E0BBC
5#84099D
6#6A077D
7#4F055E
8#35043F
9#1A021F
Tints
Lighter variations
1#DE67F6
2#E278F7
3#E689F8
4#E99AF9
5#EDABFA
6#F0BCFB
7#F4CCFC
8#F8DDFD
9#FBEEFE
Tones
Muted variations
1#D55EED
2#D066E5
3#CB6EDD
4#C676D5
5#C07ECD
6#BB86C6
7#B68EBE
8#B096B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E790 #E790F9 | BordersInactive statesPlaceholder text |
| 400 | DB56 #DB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D026 #D026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B30C #B30CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0A #8E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6607 #660778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DDFD;
--orchid-200: #F2C0FB;
--orchid-300: #E790F9;
--orchid-400: #DB56F5;
--orchid-500: #D026F2;
--orchid-600: #B30CD4;
--orchid-700: #8E0AA9;
--orchid-800: #660778;
--orchid-900: #41044D;
--orchid-950: #290330;
}