Orchid
#A15AF2
PurpleColor Codes
All color formats for development
HEX
#A15AF2RGB
rgb(161, 90, 242)HSL
hsl(268, 85%, 65%)OKLCH
oklch(0.622 0.219 301.8)CMYK
cmyk(33%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F3BEF
2#7E1DED
3#6D11D7
4#5E0FB8
5#4E0C99
6#3F0A7B
7#2F075C
8#1F053D
9#10021F
Tints
Lighter variations
1#AA6AF3
2#B47BF4
3#BD8BF6
4#C69CF7
5#D0ACF8
6#D9BDFA
7#E3CDFB
8#ECDEFC
9#F6EEFE
Tones
Muted variations
1#A161EA
2#A269E2
3#A271DB
4#A378D3
5#A380CC
6#A487C4
7#A48FBD
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 | C192 #C192F6 | BordersInactive statesPlaceholder text |
| 400 | A15A #A15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 862B #862BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A11 #6A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540D #540DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0A #3C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2606 #26064B | 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: #C192F6;
--orchid-400: #A15AF2;
--orchid-500: #862BEE;
--orchid-600: #6A11D0;
--orchid-700: #540DA5;
--orchid-800: #3C0A76;
--orchid-900: #26064B;
--orchid-950: #18042F;
}