Orchid
#AE2FE9
PurpleColor Codes
All color formats for development
HEX
#AE2FE9RGB
rgb(174, 47, 233)HSL
hsl(281, 81%, 55%)OKLCH
oklch(0.587 0.261 311.7)CMYK
cmyk(25%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A418E4
2#9215CB
3#7F13B2
4#6D1098
5#5B0D7F
6#490B66
7#37084C
8#240533
9#120319
Tints
Lighter variations
1#B644EB
2#BE59EE
3#C76EF0
4#CF82F2
5#D797F4
6#DFACF6
7#E7C1F8
8#EFD5FB
9#F7EAFD
Tones
Muted variations
1#AB39E0
2#A842D7
3#A44BCD
4#A154C4
5#9D5EBB
6#9A67B1
7#9670A8
8#937A9F
9#908396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C3 #E8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D695 #D695F4 | BordersInactive statesPlaceholder text |
| 400 | C05D #C05DEE | Disabled statesSecondary iconsMuted text |
| 500 | AE2F #AE2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9215 #9215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7411 #7411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530C #530C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3508 #35084A | Primary textHigh emphasis contentDark headings |
| 950 | 2105 #21052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F2DFFC;
--orchid-200: #E8C3F9;
--orchid-300: #D695F4;
--orchid-400: #C05DEE;
--orchid-500: #AE2FE9;
--orchid-600: #9215CB;
--orchid-700: #7411A2;
--orchid-800: #530C73;
--orchid-900: #35084A;
--orchid-950: #21052E;
}