Orchid
#A653F9
PurpleColor Codes
All color formats for development
HEX
#A653F9RGB
rgb(166, 83, 249)HSL
hsl(270, 93%, 65%)OKLCH
oklch(0.624 0.237 303)CMYK
cmyk(33%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9533F8
2#8513F6
3#7408E0
4#6307C0
5#5306A0
6#420580
7#320360
8#210240
9#110120
Tints
Lighter variations
1#AF64F9
2#B875FA
3#C186FB
4#C998FB
5#D2A9FC
6#DBBAFD
7#E4CBFD
8#EDDDFE
9#F6EEFE
Tones
Muted variations
1#A65BF0
2#A663E8
3#A66CE0
4#A674D8
5#A67CCF
6#A685C7
7#A68DBF
8#A695B6
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48E #C48EFB | BordersInactive statesPlaceholder text |
| 400 | A653 #A653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C22 #8C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7008 #7008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5906 #5906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2903 #29034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #EDDDFE;
--orchid-200: #DEBFFD;
--orchid-300: #C48EFB;
--orchid-400: #A653F9;
--orchid-500: #8C22F7;
--orchid-600: #7008D9;
--orchid-700: #5906AC;
--orchid-800: #40047B;
--orchid-900: #29034F;
--orchid-950: #1A0231;
}