Orchid
#A838E0
PurpleColor Codes
All color formats for development
HEX
#A838E0RGB
rgb(168, 56, 224)HSL
hsl(280, 73%, 55%)OKLCH
oklch(0.58 0.244 311.4)CMYK
cmyk(25%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D22DA
2#8C1EC2
3#7A1BAA
4#691792
5#571379
6#460F61
7#340B49
8#230831
9#110418
Tints
Lighter variations
1#B14CE3
2#BA60E6
3#C274E9
4#CB88EC
5#D49CF0
6#DCB0F3
7#E5C3F6
8#EED7F9
9#F6EBFC
Tones
Muted variations
1#A541D8
2#A349CF
3#A052C7
4#9D5ABF
5#9A62B6
6#976BAE
7#9573A5
8#927B9D
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 | E6C6 #E6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D39A #D39AEF | BordersInactive statesPlaceholder text |
| 400 | BB65 #BB65E7 | Disabled statesSecondary iconsMuted text |
| 500 | A838 #A838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1E #8C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F18 #6F189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F11 #4F116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 330B #330B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2007 #20072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F1E0FA;
--orchid-200: #E6C6F6;
--orchid-300: #D39AEF;
--orchid-400: #BB65E7;
--orchid-500: #A838E0;
--orchid-600: #8C1EC2;
--orchid-700: #6F189A;
--orchid-800: #4F116E;
--orchid-900: #330B47;
--orchid-950: #20072C;
}