Orchid
#A635E3
PurpleColor Codes
All color formats for development
HEX
#A635E3RGB
rgb(166, 53, 227)HSL
hsl(279, 76%, 55%)OKLCH
oklch(0.577 0.249 310.2)CMYK
cmyk(27%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B1EDE
2#8A1BC5
3#7918AD
4#671494
5#56117B
6#450D63
7#340A4A
8#220731
9#110319
Tints
Lighter variations
1#AF49E6
2#B85DE9
3#C172EC
4#CA86EE
5#D39AF1
6#DCAEF4
7#E4C2F7
8#EDD7F9
9#F6EBFC
Tones
Muted variations
1#A43EDB
2#A146D2
3#9F4FC9
4#9C58C1
5#9961B8
6#9769AF
7#9472A6
8#917B9E
9#8F8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C5 #E5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D298 #D298F1 | BordersInactive statesPlaceholder text |
| 400 | BA62 #BA62EA | Disabled statesSecondary iconsMuted text |
| 500 | A635 #A635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A1B #8A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E15 #6E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0F #4E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 320A #320A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F1E0FB;
--orchid-200: #E5C5F7;
--orchid-300: #D298F1;
--orchid-400: #BA62EA;
--orchid-500: #A635E3;
--orchid-600: #8A1BC5;
--orchid-700: #6E159D;
--orchid-800: #4E0F70;
--orchid-900: #320A48;
--orchid-950: #1F062D;
}