Orchid
#B44EFD
PurpleColor Codes
All color formats for development
HEX
#B44EFDRGB
rgb(180, 78, 253)HSL
hsl(275, 98%, 65%)OKLCH
oklch(0.637 0.25 307.3)CMYK
cmyk(29%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A62DFD
2#990DFD
3#8702E6
4#7402C5
5#6002A4
6#4D0183
7#3A0162
8#270142
9#130021
Tints
Lighter variations
1#BC60FD
2#C372FE
3#CB83FE
4#D295FE
5#DAA7FE
6#E1B8FE
7#E9CAFE
8#F0DCFF
9#F8EDFF
Tones
Muted variations
1#B357F4
2#B160EC
3#B069E3
4#AE71DA
5#AD7AD1
6#AC83C9
7#AA8CC0
8#A994B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFE | BordersInactive statesPlaceholder text |
| 400 | B44E #B44EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9F1C #9F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8302 #8302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6802 #6802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A01 #4A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F0DCFF;
--orchid-200: #E3BDFE;
--orchid-300: #CE8BFE;
--orchid-400: #B44EFD;
--orchid-500: #9F1CFD;
--orchid-600: #8302DE;
--orchid-700: #6802B1;
--orchid-800: #4A017E;
--orchid-900: #2F0151;
--orchid-950: #1E0132;
}