Orchid
#9253F9
PurpleColor Codes
All color formats for development
HEX
#9253F9RGB
rgb(146, 83, 249)HSL
hsl(263, 93%, 65%)OKLCH
oklch(0.602 0.234 296)CMYK
cmyk(41%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E33F8
2#6A13F6
3#5B08E0
4#4E07C0
5#4106A0
6#340580
7#270360
8#1A0240
9#0D0120
Tints
Lighter variations
1#9D64F9
2#A875FA
3#B386FB
4#BE98FB
5#C9A9FC
6#D4BAFD
7#DECBFD
8#E9DDFE
9#F4EEFE
Tones
Muted variations
1#945BF0
2#9663E8
3#986CE0
4#9A74D8
5#9C7CCF
6#9E85C7
7#A08DBF
8#A295B6
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFB | BordersInactive statesPlaceholder text |
| 400 | 9253 #9253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7322 #7322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5808 #5808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4606 #4606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #E9DDFE;
--orchid-200: #D7BFFD;
--orchid-300: #B88EFB;
--orchid-400: #9253F9;
--orchid-500: #7322F7;
--orchid-600: #5808D9;
--orchid-700: #4606AC;
--orchid-800: #32047B;
--orchid-900: #20034F;
--orchid-950: #140231;
}