Orchid
#A04DFF
PurpleColor Codes
All color formats for development
HEX
#A04DFFRGB
rgb(160, 77, 255)HSL
hsl(268, 100%, 65%)OKLCH
oklch(0.614 0.249 300.4)CMYK
cmyk(37%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E2BFF
2#7C0AFF
3#6C00E8
4#5D00C7
5#4D00A6
6#3E0085
7#2E0063
8#1F0042
9#0F0021
Tints
Lighter variations
1#A95EFF
2#B370FF
3#BC82FF
4#C694FF
5#CFA6FF
6#D9B8FF
7#E2C9FF
8#ECDBFF
9#F5EDFF
Tones
Muted variations
1#A055F6
2#A15EED
3#A267E4
4#A270DB
5#A379D2
6#A382C9
7#A48BC1
8#A594B8
9#A59DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDB #ECDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C08A #C08AFF | BordersInactive statesPlaceholder text |
| 400 | A04D #A04DFF | Disabled statesSecondary iconsMuted text |
| 500 | 851A #851AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6900 #6900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5300 #5300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C00 #3C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2600 #260052 | Primary textHigh emphasis contentDark headings |
| 950 | 1800 #180033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #ECDBFF;
--orchid-200: #DCBDFF;
--orchid-300: #C08AFF;
--orchid-400: #A04DFF;
--orchid-500: #851AFF;
--orchid-600: #6900E0;
--orchid-700: #5300B3;
--orchid-800: #3C0080;
--orchid-900: #260052;
--orchid-950: #180033;
}