Orchid
#BF51FB
PurpleColor Codes
All color formats for development
HEX
#BF51FBRGB
rgb(191, 81, 251)HSL
hsl(279, 96%, 65%)OKLCH
oklch(0.652 0.247 311.1)CMYK
cmyk(24%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B430FB
2#A80FFA
3#9505E3
4#8004C3
5#6B03A2
6#550382
7#400261
8#2B0141
9#150120
Tints
Lighter variations
1#C662FC
2#CC73FC
3#D385FD
4#D996FD
5#DFA8FD
6#E6B9FE
7#ECCBFE
8#F2DCFE
9#F9EEFF
Tones
Muted variations
1#BD59F3
2#BA61EA
3#B86AE2
4#B572D9
5#B37BD1
6#B083C8
7#AD8CBF
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 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58C #D58CFD | BordersInactive statesPlaceholder text |
| 400 | BF50 #BF50FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1E #AD1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9104 #9104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3502 #350250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F2DCFE;
--orchid-200: #E7BEFE;
--orchid-300: #D58CFD;
--orchid-400: #BF50FB;
--orchid-500: #AD1EFA;
--orchid-600: #9104DC;
--orchid-700: #7304AF;
--orchid-800: #52037D;
--orchid-900: #350250;
--orchid-950: #210132;
}