Orchid
#A52EEA
PurpleColor Codes
All color formats for development
HEX
#A52EEARGB
rgb(165, 46, 234)HSL
hsl(278, 82%, 55%)OKLCH
oklch(0.576 0.261 308.7)CMYK
cmyk(29%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A17E6
2#8914CC
3#7812B3
4#670F99
5#550D80
6#440A66
7#33084D
8#220533
9#11031A
Tints
Lighter variations
1#AE43EC
2#B758EE
3#C06DF1
4#C982F3
5#D297F5
6#DBABF7
7#E4C0F9
8#EDD5FB
9#F6EAFD
Tones
Muted variations
1#A338E1
2#A041D8
3#9E4ACE
4#9B54C5
5#995DBB
6#9667B2
7#9470A8
8#91799F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C3 #E5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D194 #D194F4 | BordersInactive statesPlaceholder text |
| 400 | B95D #B95DEF | Disabled statesSecondary iconsMuted text |
| 500 | A52E #A52EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8914 #8914CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D10 #6D10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0B #4E0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074A | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DFFC;
--orchid-200: #E5C3F9;
--orchid-300: #D194F4;
--orchid-400: #B95DEF;
--orchid-500: #A52EEA;
--orchid-600: #8914CC;
--orchid-700: #6D10A2;
--orchid-800: #4E0B74;
--orchid-900: #32074A;
--orchid-950: #1F052E;
}