Orchid
#AC2EEA
PurpleColor Codes
All color formats for development
HEX
#AC2EEARGB
rgb(172, 46, 234)HSL
hsl(280, 82%, 55%)OKLCH
oklch(0.585 0.262 310.9)CMYK
cmyk(26%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A117E6
2#8F14CC
3#7D12B3
4#6B0F99
5#590D80
6#470A66
7#36084D
8#240533
9#12031A
Tints
Lighter variations
1#B443EC
2#BC58EE
3#C56DF1
4#CD82F3
5#D597F5
6#DEABF7
7#E6C0F9
8#EED5FB
9#F7EAFD
Tones
Muted variations
1#A838E1
2#A541D8
3#A24ACE
4#9F54C5
5#9C5DBB
6#9967B2
7#9670A8
8#93799F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D494 #D494F4 | BordersInactive statesPlaceholder text |
| 400 | BE5D #BE5DEF | Disabled statesSecondary iconsMuted text |
| 500 | AC2E #AC2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F14 #8F14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7210 #7210A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510B #510B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3407 #34074A | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DFFC;
--orchid-200: #E7C3F9;
--orchid-300: #D494F4;
--orchid-400: #BE5DEF;
--orchid-500: #AC2EEA;
--orchid-600: #8F14CC;
--orchid-700: #7210A2;
--orchid-800: #510B74;
--orchid-900: #34074A;
--orchid-950: #20052E;
}