Orchid
#AA33E6
PurpleColor Codes
All color formats for development
HEX
#AA33E6RGB
rgb(170, 51, 230)HSL
hsl(280, 78%, 55%)OKLCH
oklch(0.583 0.254 310.9)CMYK
cmyk(26%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F1CE1
2#8D19C8
3#7C16AF
4#6A1396
5#580F7D
6#470C64
7#35094B
8#230632
9#120319
Tints
Lighter variations
1#B347E8
2#BB5CEB
3#C470ED
4#CC84F0
5#D599F2
6#DDADF5
7#E6C2F7
8#EED6FA
9#F7EBFC
Tones
Muted variations
1#A73CDD
2#A445D4
3#A14ECB
4#9E57C2
5#9B5FB9
6#9868B0
7#9571A7
8#927A9E
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 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D497 #D497F2 | BordersInactive statesPlaceholder text |
| 400 | BD60 #BD60EB | Disabled statesSecondary iconsMuted text |
| 500 | AA33 #AA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D19 #8D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7014 #70149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500E #500E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330949 | 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: #E6C4F8;
--orchid-300: #D497F2;
--orchid-400: #BD60EB;
--orchid-500: #AA33E6;
--orchid-600: #8D19C8;
--orchid-700: #70149F;
--orchid-800: #500E71;
--orchid-900: #330949;
--orchid-950: #20062D;
}