Orchid
#BD5AF2
PurpleColor Codes
All color formats for development
HEX
#BD5AF2RGB
rgb(189, 90, 242)HSL
hsl(279, 85%, 65%)OKLCH
oklch(0.654 0.227 311.7)CMYK
cmyk(22%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B03BEF
2#A41DED
3#9211D7
4#7D0FB8
5#680C99
6#530A7B
7#3E075C
8#2A053D
9#15021F
Tints
Lighter variations
1#C36AF3
2#CA7BF4
3#D08BF6
4#D79CF7
5#DEACF8
6#E4BDFA
7#EBCDFB
8#F2DEFC
9#F8EEFE
Tones
Muted variations
1#BA61EA
2#B869E2
3#B671DB
4#B378D3
5#B180CC
6#AF87C4
7#AD8FBD
8#AA97B5
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C2 #E6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D392 #D392F6 | BordersInactive statesPlaceholder text |
| 400 | BD5A #BD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | AA2B #AA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D11 #8D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 700D #700DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500A #500A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3306 #33064B | Primary textHigh emphasis contentDark headings |
| 950 | 2004 #20042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DEFC;
--orchid-200: #E6C2FA;
--orchid-300: #D392F6;
--orchid-400: #BD5AF2;
--orchid-500: #AA2BEE;
--orchid-600: #8D11D0;
--orchid-700: #700DA5;
--orchid-800: #500A76;
--orchid-900: #33064B;
--orchid-950: #20042F;
}