Orchid
#D85BF1
PinkColor Codes
All color formats for development
HEX
#D85BF1RGB
rgb(216, 91, 241)HSL
hsl(290, 84%, 65%)OKLCH
oklch(0.687 0.235 320.6)CMYK
cmyk(10%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D03CEE
2#C91EEB
3#B513D5
4#9B10B7
5#810D98
6#670B7A
7#4E085B
8#34053D
9#1A031E
Tints
Lighter variations
1#DC6BF2
2#E07CF4
3#E48CF5
4#E79CF6
5#EBADF8
6#EFBDF9
7#F3CEFB
8#F7DEFC
9#FBEFFE
Tones
Muted variations
1#D362E9
2#CE6AE2
3#C971DA
4#C479D3
5#BF80CB
6#BA88C4
7#B58FBC
8#B097B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E593 #E593F6 | BordersInactive statesPlaceholder text |
| 400 | D85B #D85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | CD2C #CD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AF12 #AF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0E #8B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630A #630A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #F0C2FA;
--orchid-300: #E593F6;
--orchid-400: #D85BF1;
--orchid-500: #CD2CED;
--orchid-600: #AF12CE;
--orchid-700: #8B0EA4;
--orchid-800: #630A75;
--orchid-900: #40074B;
--orchid-950: #28042F;
}