Orchid
#A434E5
PurpleColor Codes
All color formats for development
HEX
#A434E5RGB
rgb(164, 52, 229)HSL
hsl(278, 77%, 55%)OKLCH
oklch(0.575 0.251 309.1)CMYK
cmyk(28%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#981DDF
2#871AC7
3#7617AE
4#651395
5#55107C
6#440D63
7#330A4A
8#220632
9#110319
Tints
Lighter variations
1#AD48E7
2#B65DEA
3#BF71ED
4#C885EF
5#D199F2
6#DBAEF4
7#E4C2F7
8#EDD6FA
9#F6EBFC
Tones
Muted variations
1#A13DDC
2#9F46D3
3#9D4ECA
4#9A57C1
5#9860B8
6#9669B0
7#9372A7
8#917B9E
9#8F8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D097 #D097F2 | BordersInactive statesPlaceholder text |
| 400 | B861 #B861EA | Disabled statesSecondary iconsMuted text |
| 500 | A434 #A434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 871A #871AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C15 #6C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0F #4D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310948 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E5C4F7;
--orchid-300: #D097F2;
--orchid-400: #B861EA;
--orchid-500: #A434E5;
--orchid-600: #871AC7;
--orchid-700: #6C159E;
--orchid-800: #4D0F71;
--orchid-900: #310948;
--orchid-950: #1F062D;
}