Orchid
#BA5AF2
PurpleColor Codes
All color formats for development
HEX
#BA5AF2RGB
rgb(186, 90, 242)HSL
hsl(278, 85%, 65%)OKLCH
oklch(0.65 0.226 310.7)CMYK
cmyk(23%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD3BEF
2#A01DED
3#8E11D7
4#7A0FB8
5#660C99
6#510A7B
7#3D075C
8#29053D
9#14021F
Tints
Lighter variations
1#C16AF3
2#C87BF4
3#CF8BF6
4#D69CF7
5#DCACF8
6#E3BDFA
7#EACDFB
8#F1DEFC
9#F8EEFE
Tones
Muted variations
1#B861EA
2#B669E2
3#B471DB
4#B278D3
5#B080CC
6#AE87C4
7#AC8FBD
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 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D292 #D292F6 | BordersInactive statesPlaceholder text |
| 400 | BA5A #BA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A62B #A62BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A11 #8A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0D #6D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3206 #32064B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E5C2FA;
--orchid-300: #D292F6;
--orchid-400: #BA5AF2;
--orchid-500: #A62BEE;
--orchid-600: #8A11D0;
--orchid-700: #6D0DA5;
--orchid-800: #4E0A76;
--orchid-900: #32064B;
--orchid-950: #1F042F;
}