Orchid
#A825F4
PurpleColor Codes
All color formats for development
HEX
#A825F4RGB
rgb(168, 37, 244)HSL
hsl(278, 90%, 55%)OKLCH
oklch(0.582 0.276 307.9)CMYK
cmyk(31%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0DF0
2#8B0BD5
3#7A0ABB
4#6808A0
5#570785
6#46066B
7#340450
8#230335
9#11011B
Tints
Lighter variations
1#B13BF5
2#B951F6
3#C266F7
4#CB7CF8
5#D392F9
6#DCA8FA
7#E5BEFC
8#EED3FD
9#F6E9FE
Tones
Muted variations
1#A52FE9
2#A23ADF
3#A044D5
4#9D4ECA
5#9A59C0
6#9763B6
7#956DAB
8#9278A1
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | A825 #A825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0B #8B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F09 #6F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C0FC;
--orchid-300: #D290F9;
--orchid-400: #BB55F6;
--orchid-500: #A825F4;
--orchid-600: #8B0BD5;
--orchid-700: #6F09AA;
--orchid-800: #4F0679;
--orchid-900: #33044E;
--orchid-950: #200330;
}