Orchid
#A953F9
PurpleColor Codes
All color formats for development
HEX
#A953F9RGB
rgb(169, 83, 249)HSL
hsl(271, 93%, 65%)OKLCH
oklch(0.627 0.237 304)CMYK
cmyk(32%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9833F8
2#8813F6
3#7808E0
4#6707C0
5#5506A0
6#440580
7#330360
8#220240
9#110120
Tints
Lighter variations
1#B164F9
2#BA75FA
3#C286FB
4#CB98FB
5#D4A9FC
6#DCBAFD
7#E5CBFD
8#EEDDFE
9#F6EEFE
Tones
Muted variations
1#A85BF0
2#A863E8
3#A86CE0
4#A774D8
5#A77CCF
6#A785C7
7#A78DBF
8#A695B6
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFB | BordersInactive statesPlaceholder text |
| 400 | A953 #A953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9022 #9022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7408 #7408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C06 #5C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034F | 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: #F8F0FE;
--orchid-100: #EEDDFE;
--orchid-200: #DFBFFD;
--orchid-300: #C68EFB;
--orchid-400: #A953F9;
--orchid-500: #9022F7;
--orchid-600: #7408D9;
--orchid-700: #5C06AC;
--orchid-800: #42047B;
--orchid-900: #2A034F;
--orchid-950: #1A0231;
}