Orchid
#A65BF1
PurpleColor Codes
All color formats for development
HEX
#A65BF1RGB
rgb(166, 91, 241)HSL
hsl(270, 84%, 65%)OKLCH
oklch(0.628 0.218 303.7)CMYK
cmyk(31%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#953CEE
2#851EEB
3#7413D5
4#6310B7
5#530D98
6#420B7A
7#32085B
8#21053D
9#11031E
Tints
Lighter variations
1#AF6BF2
2#B87CF4
3#C18CF5
4#C99CF6
5#D2ADF8
6#DBBDF9
7#E4CEFB
8#EDDEFC
9#F6EFFE
Tones
Muted variations
1#A662E9
2#A66AE2
3#A671DA
4#A679D3
5#A680CB
6#A688C4
7#A68FBC
8#A697B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C493 #C493F6 | BordersInactive statesPlaceholder text |
| 400 | A65B #A65BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2C #8C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7012 #7012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590E #590EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDEFC;
--orchid-200: #DEC2FA;
--orchid-300: #C493F6;
--orchid-400: #A65BF1;
--orchid-500: #8C2CED;
--orchid-600: #7012CE;
--orchid-700: #590EA4;
--orchid-800: #400A75;
--orchid-900: #29074B;
--orchid-950: #1A042F;
}