Orchid
#AE55F7
PurpleColor Codes
All color formats for development
HEX
#AE55F7RGB
rgb(174, 85, 247)HSL
hsl(273, 91%, 65%)OKLCH
oklch(0.634 0.234 306)CMYK
cmyk(30%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F35F5
2#9015F4
3#7F0ADE
4#6C09BE
5#5A079E
6#48067F
7#36045F
8#24033F
9#120120
Tints
Lighter variations
1#B666F8
2#BE77F9
3#C688F9
4#CE99FA
5#D6AAFB
6#DFBBFC
7#E7CCFD
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AD5DEF
2#AC65E7
3#AB6DDF
4#AB75D6
5#AA7DCE
6#A985C6
7#A88DBE
8#A796B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | 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: #EFDDFD;
--orchid-200: #E1C0FC;
--orchid-300: #CA8FFA;
--orchid-400: #AE55F7;
--orchid-500: #9724F5;
--orchid-600: #7A0AD6;
--orchid-700: #6108AA;
--orchid-800: #46067A;
--orchid-900: #2D044E;
--orchid-950: #1C0231;
}