Orchid
#A15BF1
PurpleColor Codes
All color formats for development
HEX
#A15BF1RGB
rgb(161, 91, 241)HSL
hsl(268, 84%, 65%)OKLCH
oklch(0.623 0.217 301.9)CMYK
cmyk(33%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F3CEE
2#7E1EEB
3#6E13D5
4#5E10B7
5#4E0D98
6#3F0B7A
7#2F085B
8#1F053D
9#10031E
Tints
Lighter variations
1#AA6BF2
2#B47CF4
3#BD8CF5
4#C69CF6
5#D0ADF8
6#D9BDF9
7#E3CEFB
8#ECDEFC
9#F6EFFE
Tones
Muted variations
1#A162E9
2#A26AE2
3#A271DA
4#A379D3
5#A380CB
6#A488C4
7#A48FBC
8#A597B5
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C193 #C193F6 | BordersInactive statesPlaceholder text |
| 400 | A15B #A15BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 862C #862CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A12 #6A12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540E #540EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0A #3C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDEFC;
--orchid-200: #DCC2FA;
--orchid-300: #C193F6;
--orchid-400: #A15BF1;
--orchid-500: #862CED;
--orchid-600: #6A12CE;
--orchid-700: #540EA4;
--orchid-800: #3C0A75;
--orchid-900: #27074B;
--orchid-950: #18042F;
}