Orchid
#AE55F6
PurpleColor Codes
All color formats for development
HEX
#AE55F6RGB
rgb(174, 85, 246)HSL
hsl(273, 90%, 65%)OKLCH
oklch(0.633 0.233 306.2)CMYK
cmyk(29%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F36F4
2#9016F3
3#7E0CDC
4#6C0ABD
5#5A089D
6#48077E
7#36055E
8#24033F
9#12021F
Tints
Lighter variations
1#B666F7
2#BE77F8
3#C688F9
4#CE99FA
5#D6AAFB
6#DFBBFB
7#E7CCFC
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AD5DEE
2#AC65E6
3#AB6EDE
4#AB76D6
5#AA7ECE
6#A986C6
7#A88EBE
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 | CA90 #CA90F9 | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9725 #9725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0B #7A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6109 #6109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4506 #450679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C04 #2C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | 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: #CA90F9;
--orchid-400: #AE55F6;
--orchid-500: #9725F4;
--orchid-600: #7A0BD5;
--orchid-700: #6109AA;
--orchid-800: #450679;
--orchid-900: #2C044E;
--orchid-950: #1C0330;
}