Orchid
#B859F3
PurpleColor Codes
All color formats for development
HEX
#B859F3RGB
rgb(184, 89, 243)HSL
hsl(277, 87%, 65%)OKLCH
oklch(0.647 0.227 309.9)CMYK
cmyk(24%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB39F1
2#9D1AEF
3#8C0FD9
4#780DBA
5#640B9B
6#50097C
7#3C065D
8#28043E
9#14021F
Tints
Lighter variations
1#BF69F5
2#C679F6
3#CD8AF7
4#D49BF8
5#DBACF9
6#E3BCFA
7#EACDFC
8#F1DEFD
9#F8EEFE
Tones
Muted variations
1#B660EC
2#B468E4
3#B26FDC
4#B177D4
5#AF7FCD
6#AD87C5
7#AB8EBD
8#A996B5
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F7 | BordersInactive statesPlaceholder text |
| 400 | B858 #B858F3 | Disabled statesSecondary iconsMuted text |
| 500 | A428 #A428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870F #870FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054C | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFD;
--orchid-200: #E5C1FB;
--orchid-300: #D091F7;
--orchid-400: #B858F3;
--orchid-500: #A428F0;
--orchid-600: #870FD2;
--orchid-700: #6B0CA7;
--orchid-800: #4D0877;
--orchid-900: #31054C;
--orchid-950: #1F0330;
}