Orchid
#BA5BF1
PurpleColor Codes
All color formats for development
HEX
#BA5BF1RGB
rgb(186, 91, 241)HSL
hsl(278, 84%, 65%)OKLCH
oklch(0.651 0.223 310.9)CMYK
cmyk(23%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD3CEE
2#A01EEB
3#8E13D5
4#7A10B7
5#650D98
6#510B7A
7#3D085B
8#29053D
9#14031E
Tints
Lighter variations
1#C16BF2
2#C87CF4
3#CF8CF5
4#D59CF6
5#DCADF8
6#E3BDF9
7#EACEFB
8#F1DEFC
9#F8EFFE
Tones
Muted variations
1#B862E9
2#B66AE2
3#B471DA
4#B279D3
5#B080CB
6#AE88C4
7#AC8FBC
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 | D193 #D193F6 | BordersInactive statesPlaceholder text |
| 400 | BA5B #BA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A62C #A62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8912 #8912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0E #6D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | 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: #D193F6;
--orchid-400: #BA5BF1;
--orchid-500: #A62CED;
--orchid-600: #8912CE;
--orchid-700: #6D0EA4;
--orchid-800: #4E0A75;
--orchid-900: #32074B;
--orchid-950: #1F042F;
}