Orchid
#A22EEA
PurpleColor Codes
All color formats for development
HEX
#A22EEARGB
rgb(162, 46, 234)HSL
hsl(277, 82%, 55%)OKLCH
oklch(0.572 0.26 307.7)CMYK
cmyk(31%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9617E6
2#8614CC
3#7512B3
4#640F99
5#540D80
6#430A66
7#32084D
8#210533
9#11031A
Tints
Lighter variations
1#AB43EC
2#B558EE
3#BE6DF1
4#C782F3
5#D197F5
6#DAABF7
7#E3C0F9
8#ECD5FB
9#F6EAFD
Tones
Muted variations
1#A038E1
2#9E41D8
3#9C4ACE
4#9954C5
5#975DBB
6#9567B2
7#9370A8
8#91799F
9#8E8396
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 | E4C3 #E4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D094 #D094F4 | BordersInactive statesPlaceholder text |
| 400 | B75D #B75DEF | Disabled statesSecondary iconsMuted text |
| 500 | A22E #A22EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8614 #8614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A10 #6A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0B #4C0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3107 #31074A | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DFFC;
--orchid-200: #E4C3F9;
--orchid-300: #D094F4;
--orchid-400: #B75DEF;
--orchid-500: #A22EEA;
--orchid-600: #8614CC;
--orchid-700: #6A10A2;
--orchid-800: #4C0B74;
--orchid-900: #31074A;
--orchid-950: #1E052E;
}