Orchid
#A53ADF
PurpleColor Codes
All color formats for development
HEX
#A53ADFRGB
rgb(165, 58, 223)HSL
hsl(279, 72%, 55%)OKLCH
oklch(0.577 0.24 310.5)CMYK
cmyk(26%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9923D9
2#881FC1
3#771BA9
4#661891
5#551479
6#441060
7#330C48
8#220830
9#110418
Tints
Lighter variations
1#AE4DE2
2#B761E5
3#C075E9
4#C989EC
5#D29CEF
6#DBB0F2
7#E4C4F5
8#EDD8F9
9#F6EBFC
Tones
Muted variations
1#A342D7
2#A04ACE
3#9E52C6
4#9B5BBE
5#9963B6
6#966BAD
7#9473A5
8#917C9D
9#8F8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C6 #E5C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D19A #D19AEF | BordersInactive statesPlaceholder text |
| 400 | B965 #B965E6 | Disabled statesSecondary iconsMuted text |
| 500 | A53A #A53ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 881F #881FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D19 #6D199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E12 #4E126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 320B #320B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1F07 #1F072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F1E0FA;
--orchid-200: #E5C6F6;
--orchid-300: #D19AEF;
--orchid-400: #B965E6;
--orchid-500: #A53ADF;
--orchid-600: #881FC1;
--orchid-700: #6D199A;
--orchid-800: #4E126E;
--orchid-900: #320B46;
--orchid-950: #1F072C;
}