Orchid
#B654F8
PurpleColor Codes
All color formats for development
HEX
#B654F8RGB
rgb(182, 84, 248)HSL
hsl(276, 92%, 65%)OKLCH
oklch(0.642 0.238 308.6)CMYK
cmyk(27%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A934F7
2#9B14F5
3#8909DF
4#7608BF
5#62079F
6#4E057F
7#3B045F
8#270340
9#140120
Tints
Lighter variations
1#BD65F9
2#C576F9
3#CC87FA
4#D398FB
5#DBA9FB
6#E2BAFC
7#E9CCFD
8#F0DDFE
9#F8EEFE
Tones
Muted variations
1#B55CF0
2#B364E7
3#B16CDF
4#B074D7
5#AE7DCF
6#AC85C7
7#AB8DBE
8#A995B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFA | BordersInactive statesPlaceholder text |
| 400 | B654 #B654F8 | Disabled statesSecondary iconsMuted text |
| 500 | A123 #A123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8509 #8509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A07 #6A07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B05 #4B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034E | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F0DDFE;
--orchid-200: #E4BFFC;
--orchid-300: #CF8EFA;
--orchid-400: #B654F8;
--orchid-500: #A123F6;
--orchid-600: #8509D7;
--orchid-700: #6A07AB;
--orchid-800: #4B057A;
--orchid-900: #30034E;
--orchid-950: #1E0231;
}