Orchid
#9D53F9
PurpleColor Codes
All color formats for development
HEX
#9D53F9RGB
rgb(157, 83, 249)HSL
hsl(267, 93%, 65%)OKLCH
oklch(0.614 0.235 299.9)CMYK
cmyk(37%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B33F8
2#7913F6
3#6908E0
4#5A07C0
5#4B06A0
6#3C0580
7#2D0360
8#1E0240
9#0F0120
Tints
Lighter variations
1#A764F9
2#B175FA
3#BB86FB
4#C498FB
5#CEA9FC
6#D8BAFD
7#E2CBFD
8#EBDDFE
9#F5EEFE
Tones
Muted variations
1#9E5BF0
2#9F63E8
3#A06CE0
4#A174D8
5#A27CCF
6#A285C7
7#A38DBF
8#A495B6
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFB | BordersInactive statesPlaceholder text |
| 400 | 9D53 #9D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8222 #8222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6608 #6608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5106 #5106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #EBDDFE;
--orchid-200: #DBBFFD;
--orchid-300: #BF8EFB;
--orchid-400: #9D53F9;
--orchid-500: #8222F7;
--orchid-600: #6608D9;
--orchid-700: #5106AC;
--orchid-800: #3A047B;
--orchid-900: #25034F;
--orchid-950: #170231;
}