Orchid
#AE54F8
PurpleColor Codes
All color formats for development
HEX
#AE54F8RGB
rgb(174, 84, 248)HSL
hsl(273, 92%, 65%)OKLCH
oklch(0.633 0.236 305.9)CMYK
cmyk(30%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F34F7
2#9014F5
3#7F09DF
4#6D08BF
5#5A079F
6#48057F
7#36045F
8#240340
9#120120
Tints
Lighter variations
1#B665F9
2#BE76F9
3#C687FA
4#CE98FB
5#D6A9FB
6#DFBAFC
7#E7CCFD
8#EFDDFE
9#F7EEFE
Tones
Muted variations
1#AD5CF0
2#AC64E7
3#AB6CDF
4#AB74D7
5#AA7DCF
6#A985C7
7#A88DBE
8#A795B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFE;
--orchid-200: #E1BFFC;
--orchid-300: #CA8EFA;
--orchid-400: #AE54F8;
--orchid-500: #9723F6;
--orchid-600: #7B09D7;
--orchid-700: #6107AB;
--orchid-800: #46057A;
--orchid-900: #2D034E;
--orchid-950: #1C0231;
}