Orchid
#A652FA
PurpleColor Codes
All color formats for development
HEX
#A652FARGB
rgb(166, 82, 250)HSL
hsl(270, 94%, 65%)OKLCH
oklch(0.623 0.239 302.9)CMYK
cmyk(34%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9532F9
2#8512F8
3#7407E1
4#6306C1
5#5305A1
6#420481
7#320360
8#210240
9#110120
Tints
Lighter variations
1#AF63FA
2#B874FB
3#C186FB
4#C997FC
5#D2A8FC
6#DBBAFD
7#E4CBFD
8#EDDCFE
9#F6EEFE
Tones
Muted variations
1#A65AF1
2#A663E9
3#A66BE0
4#A673D8
5#A67CD0
6#A684C7
7#A68DBF
8#A695B7
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 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48D #C48DFB | BordersInactive statesPlaceholder text |
| 400 | A652 #A652FA | Disabled statesSecondary iconsMuted text |
| 500 | 8C20 #8C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7007 #7007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5905 #5905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #29024F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EDDCFE;
--orchid-200: #DEBFFD;
--orchid-300: #C48DFB;
--orchid-400: #A652FA;
--orchid-500: #8C20F8;
--orchid-600: #7007DA;
--orchid-700: #5905AD;
--orchid-800: #40047C;
--orchid-900: #29024F;
--orchid-950: #1A0231;
}