Orchid
#BD4FFC
PurpleColor Codes
All color formats for development
HEX
#BD4FFCRGB
rgb(189, 79, 252)HSL
hsl(278, 97%, 65%)OKLCH
oklch(0.648 0.25 310.3)CMYK
cmyk(25%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B12FFC
2#A40EFB
3#9203E5
4#7D03C4
5#6802A3
6#530283
7#3F0162
8#2A0141
9#150021
Tints
Lighter variations
1#C361FD
2#CA72FD
3#D184FD
4#D796FD
5#DEA7FE
6#E5B9FE
7#EBCAFE
8#F2DCFE
9#F8EDFF
Tones
Muted variations
1#BB58F4
2#B860EB
3#B669E2
4#B472DA
5#B17AD1
6#AF83C8
7#AD8CC0
8#AA94B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFD | BordersInactive statesPlaceholder text |
| 400 | BD4F #BD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | AA1D #AA1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D03 #8D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7003 #7003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5002 #50027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330150 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F2DCFE;
--orchid-200: #E6BEFE;
--orchid-300: #D48BFD;
--orchid-400: #BD4FFC;
--orchid-500: #AA1DFC;
--orchid-600: #8D03DD;
--orchid-700: #7003B0;
--orchid-800: #50027E;
--orchid-900: #330150;
--orchid-950: #200132;
}