Orchid
#AE57F4
PurpleColor Codes
All color formats for development
HEX
#AE57F4RGB
rgb(174, 87, 244)HSL
hsl(273, 88%, 65%)OKLCH
oklch(0.634 0.228 306.4)CMYK
cmyk(29%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E38F2
2#8F19F0
3#7E0EDA
4#6C0CBB
5#5A0A9C
6#48087D
7#36065D
8#24043E
9#12021F
Tints
Lighter variations
1#B668F5
2#BE79F6
3#C68AF8
4#CE9AF9
5#D6ABFA
6#DEBCFB
7#E7CDFC
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AD5FEC
2#AC67E5
3#AB6FDD
4#AA77D5
5#AA7ECD
6#A986C5
7#A88EBD
8#A796B5
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | 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: #F8F1FE;
--orchid-100: #EFDDFD;
--orchid-200: #E1C1FB;
--orchid-300: #CA91F8;
--orchid-400: #AE57F4;
--orchid-500: #9627F1;
--orchid-600: #7A0DD3;
--orchid-700: #610BA8;
--orchid-800: #450878;
--orchid-900: #2C054D;
--orchid-950: #1C0330;
}