Orchid
#AA60EB
PurpleColor Codes
All color formats for development
HEX
#AA60EBRGB
rgb(170, 96, 235)HSL
hsl(272, 78%, 65%)OKLCH
oklch(0.635 0.205 305.9)CMYK
cmyk(28%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B43E8
2#8B25E4
3#7A1ACF
4#6916B1
5#571294
6#460F76
7#340B59
8#23073B
9#11041E
Tints
Lighter variations
1#B370ED
2#BB80EF
3#C490F1
4#CCA0F3
5#D5B0F5
6#DDBFF7
7#E6CFF9
8#EEDFFB
9#F7EFFD
Tones
Muted variations
1#AA67E4
2#A96EDD
3#A975D6
4#A97CD0
5#A883C9
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 | C797 #C797F2 | BordersInactive statesPlaceholder text |
| 400 | AA60 #AA60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9233 #9233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7619 #7619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E14 #5E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430E #430E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | 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: #C797F2;
--orchid-400: #AA60EB;
--orchid-500: #9233E6;
--orchid-600: #7619C8;
--orchid-700: #5E149F;
--orchid-800: #430E71;
--orchid-900: #2B0949;
--orchid-950: #1B062D;
}