Orchid
#9833E6
PurpleColor Codes
All color formats for development
HEX
#9833E6RGB
rgb(152, 51, 230)HSL
hsl(274, 78%, 55%)OKLCH
oklch(0.56 0.25 304.9)CMYK
cmyk(34%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B1CE1
2#7C19C8
3#6C16AF
4#5D1396
5#4D0F7D
6#3E0C64
7#2E094B
8#1F0632
9#0F0319
Tints
Lighter variations
1#A247E8
2#AD5CEB
3#B770ED
4#C184F0
5#CC99F2
6#D6ADF5
7#E0C2F7
8#EAD6FA
9#F5EBFC
Tones
Muted variations
1#973CDD
2#9645D4
3#954ECB
4#9357C2
5#925FB9
6#9168B0
7#9071A7
8#8F7A9E
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | 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: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E1C4F8;
--orchid-300: #CA97F2;
--orchid-400: #AF60EB;
--orchid-500: #9833E6;
--orchid-600: #7C19C8;
--orchid-700: #63149F;
--orchid-800: #460E71;
--orchid-900: #2D0949;
--orchid-950: #1C062D;
}