Orchid
#A64FFC
PurpleColor Codes
All color formats for development
HEX
#A64FFCRGB
rgb(166, 79, 252)HSL
hsl(270, 97%, 65%)OKLCH
oklch(0.621 0.245 302.8)CMYK
cmyk(34%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#952FFC
2#850EFB
3#7403E5
4#6303C4
5#5302A3
6#420283
7#320162
8#210141
9#110021
Tints
Lighter variations
1#AF61FD
2#B872FD
3#C184FD
4#C996FD
5#D2A7FE
6#DBB9FE
7#E4CAFE
8#EDDCFE
9#F6EDFF
Tones
Muted variations
1#A658F4
2#A660EB
3#A669E2
4#A672DA
5#A67AD1
6#A683C8
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 #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBE #DEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFD | BordersInactive statesPlaceholder text |
| 400 | A64F #A64FFC | Disabled statesSecondary iconsMuted text |
| 500 | 8C1D #8C1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7003 #7003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5903 #5903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4002 #40027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290150 | 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: #EDDCFE;
--orchid-200: #DEBEFE;
--orchid-300: #C48BFD;
--orchid-400: #A64FFC;
--orchid-500: #8C1DFC;
--orchid-600: #7003DD;
--orchid-700: #5903B0;
--orchid-800: #40027E;
--orchid-900: #290150;
--orchid-950: #1A0132;
}