Orchid
#9835E3
PurpleColor Codes
All color formats for development
HEX
#9835E3RGB
rgb(152, 53, 227)HSL
hsl(274, 76%, 55%)OKLCH
oklch(0.56 0.245 305.4)CMYK
cmyk(33%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B1EDE
2#7C1BC5
3#6C18AD
4#5D1494
5#4D117B
6#3E0D63
7#2E0A4A
8#1F0731
9#0F0319
Tints
Lighter variations
1#A249E6
2#AD5DE9
3#B772EC
4#C186EE
5#CB9AF1
6#D6AEF4
7#E0C2F7
8#EAD7F9
9#F5EBFC
Tones
Muted variations
1#973EDB
2#9646D2
3#944FC9
4#9358C1
5#9261B8
6#9169AF
7#9072A6
8#8F7B9E
9#8D8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C5 #E1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA98 #CA98F1 | BordersInactive statesPlaceholder text |
| 400 | AF62 #AF62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9835 #9835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C1B #7C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6215 #62159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460F #460F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D0A #2D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EFE0FB;
--orchid-200: #E1C5F7;
--orchid-300: #CA98F1;
--orchid-400: #AF62EA;
--orchid-500: #9835E3;
--orchid-600: #7C1BC5;
--orchid-700: #62159D;
--orchid-800: #460F70;
--orchid-900: #2D0A48;
--orchid-950: #1C062D;
}