Orchid
#B653F9
PurpleColor Codes
All color formats for development
HEX
#B653F9RGB
rgb(182, 83, 249)HSL
hsl(276, 93%, 65%)OKLCH
oklch(0.642 0.24 308.4)CMYK
cmyk(27%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A933F8
2#9B13F6
3#8A08E0
4#7607C0
5#6206A0
6#4F0580
7#3B0360
8#270240
9#140120
Tints
Lighter variations
1#BE64F9
2#C575FA
3#CC86FB
4#D398FB
5#DBA9FC
6#E2BAFD
7#E9CBFD
8#F0DDFE
9#F8EEFE
Tones
Muted variations
1#B55BF0
2#B363E8
3#B16CE0
4#B074D8
5#AE7CCF
6#AC85C7
7#AB8DBF
8#A995B6
9#A79DAE
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 #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFB | BordersInactive statesPlaceholder text |
| 400 | B653 #B653F9 | Disabled statesSecondary iconsMuted text |
| 500 | A222 #A222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8508 #8508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A06 #6A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034F | 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: #E4BFFD;
--orchid-300: #CF8EFB;
--orchid-400: #B653F9;
--orchid-500: #A222F7;
--orchid-600: #8508D9;
--orchid-700: #6A06AC;
--orchid-800: #4C047B;
--orchid-900: #30034F;
--orchid-950: #1E0231;
}