Orchid
#DD56F5
PinkColor Codes
All color formats for development
HEX
#DD56F5RGB
rgb(221, 86, 245)HSL
hsl(291, 89%, 65%)OKLCH
oklch(0.691 0.247 321.3)CMYK
cmyk(10%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D737F3
2#D118F2
3#BC0DDB
4#A10BBC
5#87099D
6#6C077D
7#51055E
8#36043F
9#1B021F
Tints
Lighter variations
1#E167F6
2#E478F7
3#E789F8
4#EB9AF9
5#EEABFA
6#F2BCFB
7#F5CCFC
8#F8DDFD
9#FCEEFE
Tones
Muted variations
1#D85EED
2#D266E5
3#CD6EDD
4#C776D5
5#C27ECD
6#BC86C6
7#B68EBE
8#B196B6
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 | F3C0 #F3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DD56 #DD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D426 #D426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B60C #B60CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910A #910AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6707 #670778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044D | 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: #F3C0FB;
--orchid-300: #E990F9;
--orchid-400: #DD56F5;
--orchid-500: #D426F2;
--orchid-600: #B60CD4;
--orchid-700: #910AA9;
--orchid-800: #670778;
--orchid-900: #42044D;
--orchid-950: #290330;
}