Orchid
#B862EA
PurpleColor Codes
All color formats for development
HEX
#B862EARGB
rgb(184, 98, 234)HSL
hsl(278, 76%, 65%)OKLCH
oklch(0.653 0.206 311.2)CMYK
cmyk(21%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB45E6
2#9D28E2
3#8C1CCC
4#7818AF
5#641492
6#501075
7#3C0C58
8#28083A
9#14041D
Tints
Lighter variations
1#BF72EC
2#C681EE
3#CD91F0
4#D4A1F2
5#DBB0F4
6#E3C0F6
7#EAD0F9
8#F1E0FB
9#F8EFFD
Tones
Muted variations
1#B669E3
2#B46FDC
3#B276D5
4#B17DCE
5#AF84C8
6#AD8BC1
7#AB91BA
8#A998B3
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C5 #E5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D098 #D098F1 | BordersInactive statesPlaceholder text |
| 400 | B862 #B862EA | Disabled statesSecondary iconsMuted text |
| 500 | A435 #A435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 871B #871BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B15 #6B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0F #4D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 310A #310A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F1E0FB;
--orchid-200: #E5C5F7;
--orchid-300: #D098F1;
--orchid-400: #B862EA;
--orchid-500: #A435E3;
--orchid-600: #871BC5;
--orchid-700: #6B159D;
--orchid-800: #4D0F70;
--orchid-900: #310A48;
--orchid-950: #1F062D;
}