Orchid
#BF52FA
PurpleColor Codes
All color formats for development
HEX
#BF52FARGB
rgb(191, 82, 250)HSL
hsl(279, 94%, 65%)OKLCH
oklch(0.652 0.245 311.2)CMYK
cmyk(24%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B332F9
2#A712F8
3#9507E1
4#7F06C1
5#6A05A1
6#550481
7#400360
8#2A0240
9#150120
Tints
Lighter variations
1#C563FA
2#CC74FB
3#D286FB
4#D997FC
5#DFA8FC
6#E5BAFD
7#ECCBFD
8#F2DCFE
9#F9EEFE
Tones
Muted variations
1#BC5AF1
2#BA63E9
3#B76BE0
4#B573D8
5#B27CD0
6#B084C7
7#AD8DBF
8#AB95B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFB | BordersInactive statesPlaceholder text |
| 400 | BF52 #BF52FA | Disabled statesSecondary iconsMuted text |
| 500 | AD20 #AD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9007 #9007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7205 #7205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #34024F | 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: #FAF0FF;
--orchid-100: #F2DCFE;
--orchid-200: #E7BFFD;
--orchid-300: #D58DFB;
--orchid-400: #BF52FA;
--orchid-500: #AD20F8;
--orchid-600: #9007DA;
--orchid-700: #7205AD;
--orchid-800: #52047C;
--orchid-900: #34024F;
--orchid-950: #210231;
}