Orchid
#AE53F9
PurpleColor Codes
All color formats for development
HEX
#AE53F9RGB
rgb(174, 83, 249)HSL
hsl(273, 93%, 65%)OKLCH
oklch(0.633 0.238 305.7)CMYK
cmyk(30%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F33F8
2#9013F6
3#7F08E0
4#6D07C0
5#5B06A0
6#480580
7#360360
8#240240
9#120120
Tints
Lighter variations
1#B664F9
2#BE75FA
3#C686FB
4#CE98FB
5#D7A9FC
6#DFBAFD
7#E7CBFD
8#EFDDFE
9#F7EEFE
Tones
Muted variations
1#AD5BF0
2#AC63E8
3#AC6CE0
4#AB74D8
5#AA7CCF
6#A985C7
7#A88DBF
8#A795B6
9#A79DAE
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 #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFB | BordersInactive statesPlaceholder text |
| 400 | AE53 #AE53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9722 #9722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B08 #7B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6206 #6206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034F | 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: #E1BFFD;
--orchid-300: #CA8EFB;
--orchid-400: #AE53F9;
--orchid-500: #9722F7;
--orchid-600: #7B08D9;
--orchid-700: #6206AC;
--orchid-800: #46047B;
--orchid-900: #2D034F;
--orchid-950: #1C0231;
}