Orchid
#A15DEF
PurpleColor Codes
All color formats for development
HEX
#A15DEFRGB
rgb(161, 93, 239)HSL
hsl(268, 82%, 65%)OKLCH
oklch(0.624 0.212 302)CMYK
cmyk(33%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F3EEC
2#7E20E9
3#6E15D3
4#5E12B5
5#4E0F97
6#3F0C79
7#2F095A
8#1F063C
9#10031E
Tints
Lighter variations
1#AA6DF1
2#B47DF2
3#BD8DF4
4#C79EF5
5#D0AEF7
6#D9BEF9
7#E3CEFA
8#ECDFFC
9#F6EFFD
Tones
Muted variations
1#A164E8
2#A26BE0
3#A273D9
4#A37AD2
5#A381CA
6#A488C3
7#A490BC
8#A597B4
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC3 #DCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C194 #C194F4 | BordersInactive statesPlaceholder text |
| 400 | A15D #A15DEF | Disabled statesSecondary iconsMuted text |
| 500 | 862E #862EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A14 #6A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5410 #5410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0B #3C0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074A | 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: #F7F1FE;
--orchid-100: #ECDFFC;
--orchid-200: #DCC3F9;
--orchid-300: #C194F4;
--orchid-400: #A15DEF;
--orchid-500: #862EEA;
--orchid-600: #6A14CC;
--orchid-700: #5410A2;
--orchid-800: #3C0B74;
--orchid-900: #27074A;
--orchid-950: #18052E;
}