Orchid
#A935E3
PurpleColor Codes
All color formats for development
HEX
#A935E3RGB
rgb(169, 53, 227)HSL
hsl(280, 76%, 55%)OKLCH
oklch(0.581 0.249 311.2)CMYK
cmyk(26%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E1EDE
2#8D1BC5
3#7B18AD
4#691494
5#58117B
6#460D63
7#350A4A
8#230731
9#120319
Tints
Lighter variations
1#B249E6
2#BA5DE9
3#C372EC
4#CC86EE
5#D49AF1
6#DDAEF4
7#E5C2F7
8#EED7F9
9#F6EBFC
Tones
Muted variations
1#A63EDB
2#A446D2
3#A14FC9
4#9E58C1
5#9B61B8
6#9869AF
7#9572A6
8#927B9E
9#8F8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F1 | BordersInactive statesPlaceholder text |
| 400 | BC62 #BC62EA | Disabled statesSecondary iconsMuted text |
| 500 | A935 #A935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D1B #8D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7015 #70159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500F #500F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A48 | 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: #F9F2FD;
--orchid-100: #F2E0FB;
--orchid-200: #E6C5F7;
--orchid-300: #D398F1;
--orchid-400: #BC62EA;
--orchid-500: #A935E3;
--orchid-600: #8D1BC5;
--orchid-700: #70159D;
--orchid-800: #500F70;
--orchid-900: #330A48;
--orchid-950: #20062D;
}