Orchid
#AC4FFC
PurpleColor Codes
All color formats for development
HEX
#AC4FFCRGB
rgb(172, 79, 252)HSL
hsl(272, 97%, 65%)OKLCH
oklch(0.628 0.246 304.8)CMYK
cmyk(32%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C2FFC
2#8D0EFB
3#7C03E5
4#6A03C4
5#5802A3
6#470283
7#350162
8#230141
9#120021
Tints
Lighter variations
1#B461FD
2#BC72FD
3#C584FD
4#CD96FD
5#D5A7FE
6#DEB9FE
7#E6CAFE
8#EEDCFE
9#F7EDFF
Tones
Muted variations
1#AB58F4
2#AA60EB
3#AA69E2
4#A972DA
5#A97AD1
6#A883C8
7#A78CC0
8#A794B7
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BE #E0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88B #C88BFD | BordersInactive statesPlaceholder text |
| 400 | AC4F #AC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 941D #941DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7703 #7703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F03 #5F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4402 #44027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B01 #2B0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EEDCFE;
--orchid-200: #E0BEFE;
--orchid-300: #C88BFD;
--orchid-400: #AC4FFC;
--orchid-500: #941DFC;
--orchid-600: #7703DD;
--orchid-700: #5F03B0;
--orchid-800: #44027E;
--orchid-900: #2B0150;
--orchid-950: #1B0132;
}