Orchid
#A052FA
PurpleColor Codes
All color formats for development
HEX
#A052FARGB
rgb(160, 82, 250)HSL
hsl(268, 94%, 65%)OKLCH
oklch(0.617 0.238 300.9)CMYK
cmyk(36%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F32F9
2#7D12F8
3#6D07E1
4#5D06C1
5#4E05A1
6#3E0481
7#2F0360
8#1F0240
9#100120
Tints
Lighter variations
1#AA63FA
2#B374FB
3#BD86FB
4#C697FC
5#D0A8FC
6#D9BAFD
7#E3CBFD
8#ECDCFE
9#F6EEFE
Tones
Muted variations
1#A15AF1
2#A163E9
3#A26BE0
4#A273D8
5#A37CD0
6#A484C7
7#A48DBF
8#A595B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18D #C18DFB | BordersInactive statesPlaceholder text |
| 400 | A052 #A052FA | Disabled statesSecondary iconsMuted text |
| 500 | 8520 #8520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6907 #6907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5405 #5405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #26024F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #ECDCFE;
--orchid-200: #DCBFFD;
--orchid-300: #C18DFB;
--orchid-400: #A052FA;
--orchid-500: #8520F8;
--orchid-600: #6907DA;
--orchid-700: #5405AD;
--orchid-800: #3C047C;
--orchid-900: #26024F;
--orchid-950: #180231;
}