Orchid
#A054F8
PurpleColor Codes
All color formats for development
HEX
#A054F8RGB
rgb(160, 84, 248)HSL
hsl(268, 92%, 65%)OKLCH
oklch(0.618 0.233 301)CMYK
cmyk(35%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F34F7
2#7D14F5
3#6D09DF
4#5D08BF
5#4E079F
6#3E057F
7#2F045F
8#1F0340
9#100120
Tints
Lighter variations
1#AA65F9
2#B376F9
3#BD87FA
4#C698FB
5#D0A9FB
6#D9BAFC
7#E3CCFD
8#ECDDFE
9#F6EEFE
Tones
Muted variations
1#A15CF0
2#A164E7
3#A26CDF
4#A274D7
5#A37DCF
6#A485C7
7#A48DBE
8#A595B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFA | BordersInactive statesPlaceholder text |
| 400 | A054 #A054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8523 #8523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6909 #6909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5407 #5407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C05 #3C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034E | 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: #ECDDFE;
--orchid-200: #DCBFFC;
--orchid-300: #C18EFA;
--orchid-400: #A054F8;
--orchid-500: #8523F6;
--orchid-600: #6909D7;
--orchid-700: #5407AB;
--orchid-800: #3C057A;
--orchid-900: #26034E;
--orchid-950: #180231;
}