Orchid
#C94DFF
PurpleColor Codes
All color formats for development
HEX
#C94DFFRGB
rgb(201, 77, 255)HSL
hsl(282, 100%, 65%)OKLCH
oklch(0.662 0.259 313.5)CMYK
cmyk(21%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C02BFF
2#B60AFF
3#A200E8
4#8B00C7
5#7400A6
6#5D0085
7#460063
8#2E0042
9#170021
Tints
Lighter variations
1#CF5EFF
2#D470FF
3#DA82FF
4#DF94FF
5#E4A6FF
6#EAB8FF
7#EFC9FF
8#F4DBFF
9#FAEDFF
Tones
Muted variations
1#C655F6
2#C25EED
3#BF67E4
4#BB70DB
5#B879D2
6#B482C9
7#B08BC1
8#AD94B8
9#A99DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F4DBFF;
--orchid-200: #EBBDFF;
--orchid-300: #DC8AFF;
--orchid-400: #C94DFF;
--orchid-500: #BA1AFF;
--orchid-600: #9D00E0;
--orchid-700: #7D00B3;
--orchid-800: #590080;
--orchid-900: #390052;
--orchid-950: #240033;
}