Orchid
#D84DFF
PinkColor Codes
All color formats for development
HEX
#D84DFFRGB
rgb(216, 77, 255)HSL
hsl(287, 100%, 65%)OKLCH
oklch(0.681 0.264 317.8)CMYK
cmyk(15%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D12BFF
2#CA0AFF
3#B600E8
4#9C00C7
5#8200A6
6#680085
7#4E0063
8#340042
9#1A0021
Tints
Lighter variations
1#DC5EFF
2#E070FF
3#E482FF
4#E894FF
5#ECA6FF
6#F0B8FF
7#F3C9FF
8#F7DBFF
9#FBEDFF
Tones
Muted variations
1#D355F6
2#CE5EED
3#C967E4
4#C470DB
5#BF79D2
6#BA82C9
7#B58BC1
8#B094B8
9#AB9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BD #F1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E68A #E68AFF | BordersInactive statesPlaceholder text |
| 400 | D84D #D84DFF | Disabled statesSecondary iconsMuted text |
| 500 | CD1A #CD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B000 #B000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C00 #8C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6400 #640080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4000 #400052 | Primary textHigh emphasis contentDark headings |
| 950 | 2800 #280033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F7DBFF;
--orchid-200: #F1BDFF;
--orchid-300: #E68AFF;
--orchid-400: #D84DFF;
--orchid-500: #CD1AFF;
--orchid-600: #B000E0;
--orchid-700: #8C00B3;
--orchid-800: #640080;
--orchid-900: #400052;
--orchid-950: #280033;
}