Orchid
#AE52FA
PurpleColor Codes
All color formats for development
HEX
#AE52FARGB
rgb(174, 82, 250)HSL
hsl(273, 94%, 65%)OKLCH
oklch(0.632 0.241 305.6)CMYK
cmyk(30%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F32F9
2#9012F8
3#7F07E1
4#6D06C1
5#5B05A1
6#490481
7#360360
8#240240
9#120120
Tints
Lighter variations
1#B663FA
2#BE74FB
3#C686FB
4#CE97FC
5#D7A8FC
6#DFBAFD
7#E7CBFD
8#EFDCFE
9#F7EEFE
Tones
Muted variations
1#AD5AF1
2#AC63E9
3#AC6BE0
4#AB73D8
5#AA7CD0
6#A984C7
7#A88DBF
8#A795B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8D #CA8DFB | BordersInactive statesPlaceholder text |
| 400 | AE52 #AE52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9720 #9720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B07 #7B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6205 #6205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D02 #2D024F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EFDCFE;
--orchid-200: #E1BFFD;
--orchid-300: #CA8DFB;
--orchid-400: #AE52FA;
--orchid-500: #9720F8;
--orchid-600: #7B07DA;
--orchid-700: #6205AD;
--orchid-800: #46047C;
--orchid-900: #2D024F;
--orchid-950: #1C0231;
}