Orchid
#B14EFD
PurpleColor Codes
All color formats for development
HEX
#B14EFDRGB
rgb(177, 78, 253)HSL
hsl(274, 98%, 65%)OKLCH
oklch(0.633 0.249 306.4)CMYK
cmyk(30%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A32DFD
2#950DFD
3#8302E6
4#7002C5
5#5E02A4
6#4B0183
7#380162
8#250142
9#130021
Tints
Lighter variations
1#B960FD
2#C172FE
3#C983FE
4#D095FE
5#D8A7FE
6#E0B8FE
7#E8CAFE
8#EFDCFF
9#F7EDFF
Tones
Muted variations
1#B057F4
2#AF60EC
3#AE69E3
4#AD71DA
5#AC7AD1
6#AA83C9
7#A98CC0
8#A894B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8B #CC8BFE | BordersInactive statesPlaceholder text |
| 400 | B14E #B14EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9B1C #9B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F02 #7F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6502 #6502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4801 #48017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E01 #2E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EFDCFF;
--orchid-200: #E2BDFE;
--orchid-300: #CC8BFE;
--orchid-400: #B14EFD;
--orchid-500: #9B1CFD;
--orchid-600: #7F02DE;
--orchid-700: #6502B1;
--orchid-800: #48017E;
--orchid-900: #2E0151;
--orchid-950: #1D0132;
}