Orchid
#AC4DFF
PurpleColor Codes
All color formats for development
HEX
#AC4DFFRGB
rgb(172, 77, 255)HSL
hsl(272, 100%, 65%)OKLCH
oklch(0.628 0.251 304.4)CMYK
cmyk(33%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C2BFF
2#8D0AFF
3#7C00E8
4#6A00C7
5#5800A6
6#470085
7#350063
8#230042
9#120021
Tints
Lighter variations
1#B45EFF
2#BC70FF
3#C582FF
4#CD94FF
5#D5A6FF
6#DEB8FF
7#E6C9FF
8#EEDBFF
9#F7EDFF
Tones
Muted variations
1#AB55F6
2#AB5EED
3#AA67E4
4#A970DB
5#A979D2
6#A882C9
7#A88BC1
8#A794B8
9#A69DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EEDBFF;
--orchid-200: #E0BDFF;
--orchid-300: #C88AFF;
--orchid-400: #AC4DFF;
--orchid-500: #941AFF;
--orchid-600: #7800E0;
--orchid-700: #5F00B3;
--orchid-800: #440080;
--orchid-900: #2C0052;
--orchid-950: #1B0033;
}