Orchid
#AA5FEC
PurpleColor Codes
All color formats for development
HEX
#AA5FECRGB
rgb(170, 95, 236)HSL
hsl(272, 79%, 65%)OKLCH
oklch(0.635 0.208 305.8)CMYK
cmyk(28%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B42E9
2#8B24E5
3#7A18D0
4#6915B2
5#571194
6#460E77
7#340A59
8#23073B
9#11031E
Tints
Lighter variations
1#B36FEE
2#BB7FF0
3#C48FF2
4#CC9FF4
5#D5AFF6
6#DDBFF8
7#E6CFF9
8#EEDFFB
9#F7EFFD
Tones
Muted variations
1#AA66E5
2#AA6DDE
3#A974D7
4#A97BD0
5#A882C9
6#A88AC2
7#A791BB
8#A798B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C796 #C796F3 | BordersInactive statesPlaceholder text |
| 400 | AA5F #AA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9232 #9232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7618 #7618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E13 #5E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EEDFFB;
--orchid-200: #E0C4F8;
--orchid-300: #C796F3;
--orchid-400: #AA5FEC;
--orchid-500: #9232E7;
--orchid-600: #7618C9;
--orchid-700: #5E13A0;
--orchid-800: #430D72;
--orchid-900: #2B0949;
--orchid-950: #1B052E;
}