Orchid
#AB2FE9
PurpleColor Codes
All color formats for development
HEX
#AB2FE9RGB
rgb(171, 47, 233)HSL
hsl(280, 81%, 55%)OKLCH
oklch(0.583 0.26 310.8)CMYK
cmyk(27%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A018E4
2#8E15CB
3#7D13B2
4#6B1098
5#590D7F
6#470B66
7#35084C
8#240533
9#120319
Tints
Lighter variations
1#B444EB
2#BC59EE
3#C46EF0
4#CD82F2
5#D597F4
6#DDACF6
7#E6C1F8
8#EED5FB
9#F7EAFD
Tones
Muted variations
1#A839E0
2#A542D7
3#A24BCD
4#9F54C4
5#9C5EBB
6#9967B1
7#9670A8
8#927A9F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D495 #D495F4 | BordersInactive statesPlaceholder text |
| 400 | BE5D #BE5DEE | Disabled statesSecondary iconsMuted text |
| 500 | AB2F #AB2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E15 #8E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7111 #7111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510C #510C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #34084A | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DFFC;
--orchid-200: #E7C3F9;
--orchid-300: #D495F4;
--orchid-400: #BE5DEE;
--orchid-500: #AB2FE9;
--orchid-600: #8E15CB;
--orchid-700: #7111A2;
--orchid-800: #510C73;
--orchid-900: #34084A;
--orchid-950: #20052E;
}