Orchid
#AA34E5
PurpleColor Codes
All color formats for development
HEX
#AA34E5RGB
rgb(170, 52, 229)HSL
hsl(280, 77%, 55%)OKLCH
oklch(0.583 0.252 311.1)CMYK
cmyk(26%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F1DDF
2#8D1AC7
3#7B17AE
4#6A1395
5#58107C
6#460D63
7#350A4A
8#230632
9#120319
Tints
Lighter variations
1#B248E7
2#BB5DEA
3#C371ED
4#CC85EF
5#D499F2
6#DDAEF4
7#E5C2F7
8#EED6FA
9#F6EBFC
Tones
Muted variations
1#A73DDC
2#A446D3
3#A14ECA
4#9E57C1
5#9B60B8
6#9869B0
7#9572A7
8#927B9E
9#8F8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D397 #D397F2 | BordersInactive statesPlaceholder text |
| 400 | BD61 #BD61EA | Disabled statesSecondary iconsMuted text |
| 500 | AA34 #AA34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D1A #8D1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7015 #70159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500F #500F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330948 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E6C4F7;
--orchid-300: #D397F2;
--orchid-400: #BD61EA;
--orchid-500: #AA34E5;
--orchid-600: #8D1AC7;
--orchid-700: #70159E;
--orchid-800: #500F71;
--orchid-900: #330948;
--orchid-950: #20062D;
}