Orchid
#AB5AF2
PurpleColor Codes
All color formats for development
HEX
#AB5AF2RGB
rgb(171, 90, 242)HSL
hsl(272, 85%, 65%)OKLCH
oklch(0.633 0.222 305.5)CMYK
cmyk(29%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B3BEF
2#8C1DED
3#7B11D7
4#690FB8
5#580C99
6#460A7B
7#35075C
8#23053D
9#12021F
Tints
Lighter variations
1#B36AF3
2#BC7BF4
3#C48BF6
4#CC9CF7
5#D5ACF8
6#DDBDFA
7#E6CDFB
8#EEDEFC
9#F7EEFE
Tones
Muted variations
1#AA61EA
2#AA69E2
3#A971DB
4#A978D3
5#A880CC
6#A887C4
7#A78FBD
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 | C892 #C892F6 | BordersInactive statesPlaceholder text |
| 400 | AB5A #AB5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 932B #932BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7711 #7711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0D #5E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430A #430A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B06 #2B064B | 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: #C892F6;
--orchid-400: #AB5AF2;
--orchid-500: #932BEE;
--orchid-600: #7711D0;
--orchid-700: #5E0DA5;
--orchid-800: #430A76;
--orchid-900: #2B064B;
--orchid-950: #1B042F;
}