Orchid
#A133E6
PurpleColor Codes
All color formats for development
HEX
#A133E6RGB
rgb(161, 51, 230)HSL
hsl(277, 78%, 55%)OKLCH
oklch(0.571 0.252 308)CMYK
cmyk(30%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#951CE1
2#8519C8
3#7416AF
4#631396
5#530F7D
6#420C64
7#32094B
8#210632
9#110319
Tints
Lighter variations
1#AB47E8
2#B45CEB
3#BD70ED
4#C784F0
5#D099F2
6#D9ADF5
7#E3C2F7
8#ECD6FA
9#F6EBFC
Tones
Muted variations
1#9F3CDD
2#9D45D4
3#9B4ECB
4#9957C2
5#975FB9
6#9568B0
7#9371A7
8#907A9E
9#8E8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF97 #CF97F2 | BordersInactive statesPlaceholder text |
| 400 | B660 #B660EB | Disabled statesSecondary iconsMuted text |
| 500 | A133 #A133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8519 #8519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6914 #69149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0E #4B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E4C4F8;
--orchid-300: #CF97F2;
--orchid-400: #B660EB;
--orchid-500: #A133E6;
--orchid-600: #8519C8;
--orchid-700: #69149F;
--orchid-800: #4B0E71;
--orchid-900: #300949;
--orchid-950: #1E062D;
}