Orchid
#AB5BF1
PurpleColor Codes
All color formats for development
HEX
#AB5BF1RGB
rgb(171, 91, 241)HSL
hsl(272, 84%, 65%)OKLCH
oklch(0.634 0.219 305.6)CMYK
cmyk(29%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B3CEE
2#8B1EEB
3#7B13D5
4#6910B7
5#580D98
6#460B7A
7#35085B
8#23053D
9#12031E
Tints
Lighter variations
1#B36BF2
2#BC7CF4
3#C48CF5
4#CC9CF6
5#D5ADF8
6#DDBDF9
7#E6CEFB
8#EEDEFC
9#F7EFFE
Tones
Muted variations
1#AA62E9
2#AA6AE2
3#A971DA
4#A979D3
5#A880CB
6#A888C4
7#A78FBC
8#A797B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C893 #C893F6 | BordersInactive statesPlaceholder text |
| 400 | AB5B #AB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 932C #932CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7612 #7612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0E #5E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430A #430A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFC;
--orchid-200: #E0C2FA;
--orchid-300: #C893F6;
--orchid-400: #AB5BF1;
--orchid-500: #932CED;
--orchid-600: #7612CE;
--orchid-700: #5E0EA4;
--orchid-800: #430A75;
--orchid-900: #2B074B;
--orchid-950: #1B042F;
}