Orchid
#A055F7
PurpleColor Codes
All color formats for development
HEX
#A055F7RGB
rgb(160, 85, 247)HSL
hsl(268, 91%, 65%)OKLCH
oklch(0.618 0.231 301.1)CMYK
cmyk(35%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F35F5
2#7D15F4
3#6D0ADE
4#5D09BE
5#4E079E
6#3E067F
7#2F045F
8#1F033F
9#100120
Tints
Lighter variations
1#AA66F8
2#B377F9
3#BD88F9
4#C699FA
5#D0AAFB
6#D9BBFC
7#E3CCFD
8#ECDDFD
9#F6EEFE
Tones
Muted variations
1#A15DEF
2#A165E7
3#A26DDF
4#A375D6
5#A37DCE
6#A485C6
7#A48DBE
8#A596B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18F #C18FFA | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8524 #8524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690A #690AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5408 #5408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | 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: #F7F0FE;
--orchid-100: #ECDDFD;
--orchid-200: #DCC0FC;
--orchid-300: #C18FFA;
--orchid-400: #A055F7;
--orchid-500: #8524F5;
--orchid-600: #690AD6;
--orchid-700: #5408AA;
--orchid-800: #3C067A;
--orchid-900: #26044E;
--orchid-950: #180231;
}