Orchid
#AD5EED
PurpleColor Codes
All color formats for development
HEX
#AD5EEDRGB
rgb(173, 94, 237)HSL
hsl(273, 80%, 65%)OKLCH
oklch(0.637 0.211 306.8)CMYK
cmyk(27%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E41EA
2#8E23E7
3#7D17D1
4#6B14B3
5#5A1195
6#480D77
7#360A5A
8#24073C
9#12031E
Tints
Lighter variations
1#B56EEF
2#BD7EF1
3#C68FF3
4#CE9FF4
5#D6AFF6
6#DEBFF8
7#E6CFFA
8#EFDFFB
9#F7EFFD
Tones
Muted variations
1#AC65E6
2#AB6DDF
3#AB74D8
4#AA7BD1
5#A982C9
6#A989C2
7#A890BB
8#A797B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C995 #C995F3 | BordersInactive statesPlaceholder text |
| 400 | AD5E #AD5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9530 #9530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7916 #7916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6012 #6012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450D #450D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E1C3F8;
--orchid-300: #C995F3;
--orchid-400: #AD5EED;
--orchid-500: #9530E8;
--orchid-600: #7916CA;
--orchid-700: #6012A1;
--orchid-800: #450D73;
--orchid-900: #2C0849;
--orchid-950: #1C052E;
}