Orchid
#A64EFD
PurpleColor Codes
All color formats for development
HEX
#A64EFDRGB
rgb(166, 78, 253)HSL
hsl(270, 98%, 65%)OKLCH
oklch(0.621 0.247 302.7)CMYK
cmyk(34%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#952DFD
2#850DFD
3#7402E6
4#6302C5
5#5302A4
6#420183
7#320162
8#210142
9#110021
Tints
Lighter variations
1#AF60FD
2#B872FE
3#C183FE
4#C995FE
5#D2A7FE
6#DBB8FE
7#E4CAFE
8#EDDCFF
9#F6EDFF
Tones
Muted variations
1#A657F4
2#A660EC
3#A669E3
4#A671DA
5#A67AD1
6#A683C9
7#A68CC0
8#A694B7
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBD #DEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFE | BordersInactive statesPlaceholder text |
| 400 | A64E #A64EFD | Disabled statesSecondary iconsMuted text |
| 500 | 8C1C #8C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7002 #7002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5902 #5902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4001 #40017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290151 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EDDCFF;
--orchid-200: #DEBDFE;
--orchid-300: #C48BFE;
--orchid-400: #A64EFD;
--orchid-500: #8C1CFD;
--orchid-600: #7002DE;
--orchid-700: #5902B1;
--orchid-800: #40017E;
--orchid-900: #290151;
--orchid-950: #1A0132;
}