Orchid
#A15EED
PurpleColor Codes
All color formats for development
HEX
#A15EEDRGB
rgb(161, 94, 237)HSL
hsl(268, 80%, 65%)OKLCH
oklch(0.624 0.208 302.3)CMYK
cmyk(32%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9041EA
2#7E23E7
3#6E17D1
4#5E14B3
5#4E1195
6#3F0D77
7#2F0A5A
8#1F073C
9#10031E
Tints
Lighter variations
1#AA6EEF
2#B47EF1
3#BD8FF3
4#C79FF4
5#D0AFF6
6#D9BFF8
7#E3CFFA
8#ECDFFB
9#F6EFFD
Tones
Muted variations
1#A165E6
2#A26DDF
3#A274D8
4#A37BD1
5#A382C9
6#A489C2
7#A490BB
8#A597B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC3 #DCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C195 #C195F3 | BordersInactive statesPlaceholder text |
| 400 | A15E #A15EED | Disabled statesSecondary iconsMuted text |
| 500 | 8630 #8630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A16 #6A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5412 #5412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0D #3C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2708 #270849 | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #ECDFFB;
--orchid-200: #DCC3F8;
--orchid-300: #C195F3;
--orchid-400: #A15EED;
--orchid-500: #8630E8;
--orchid-600: #6A16CA;
--orchid-700: #5412A1;
--orchid-800: #3C0D73;
--orchid-900: #270849;
--orchid-950: #18052E;
}