Orchid
#D856F5
PinkColor Codes
All color formats for development
HEX
#D856F5RGB
rgb(216, 86, 245)HSL
hsl(289, 89%, 65%)OKLCH
oklch(0.684 0.245 319.8)CMYK
cmyk(12%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D137F3
2#CA18F2
3#B50DDB
4#9C0BBC
5#82099D
6#68077D
7#4E055E
8#34043F
9#1A021F
Tints
Lighter variations
1#DC67F6
2#E078F7
3#E489F8
4#E89AF9
5#ECABFA
6#EFBCFB
7#F3CCFC
8#F7DDFD
9#FBEEFE
Tones
Muted variations
1#D35EED
2#CE66E5
3#C96EDD
4#C476D5
5#BF7ECD
6#BA86C6
7#B58EBE
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 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E590 #E590F9 | BordersInactive statesPlaceholder text |
| 400 | D856 #D856F5 | Disabled statesSecondary iconsMuted text |
| 500 | CD26 #CD26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0C #AF0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0A #8C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6407 #640778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DDFD;
--orchid-200: #F1C0FB;
--orchid-300: #E590F9;
--orchid-400: #D856F5;
--orchid-500: #CD26F2;
--orchid-600: #AF0CD4;
--orchid-700: #8C0AA9;
--orchid-800: #640778;
--orchid-900: #40044D;
--orchid-950: #280330;
}