Orchid
#BF53F9
PurpleColor Codes
All color formats for development
HEX
#BF53F9RGB
rgb(191, 83, 249)HSL
hsl(279, 93%, 65%)OKLCH
oklch(0.652 0.243 311.3)CMYK
cmyk(23%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B333F8
2#A713F6
3#9408E0
4#7F07C0
5#6A06A0
6#550580
7#400360
8#2A0240
9#150120
Tints
Lighter variations
1#C564F9
2#CC75FA
3#D286FB
4#D898FB
5#DFA9FC
6#E5BAFD
7#ECCBFD
8#F2DDFE
9#F9EEFE
Tones
Muted variations
1#BC5BF0
2#BA63E8
3#B76CE0
4#B574D8
5#B27CCF
6#B085C7
7#AD8DBF
8#AB95B6
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58E #D58EFB | BordersInactive statesPlaceholder text |
| 400 | BF53 #BF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | AC22 #AC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9008 #9008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7206 #7206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3403 #34034F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F2DDFE;
--orchid-200: #E7BFFD;
--orchid-300: #D58EFB;
--orchid-400: #BF53F9;
--orchid-500: #AC22F7;
--orchid-600: #9008D9;
--orchid-700: #7206AC;
--orchid-800: #52047B;
--orchid-900: #34034F;
--orchid-950: #210231;
}