Orchid
#B82FE9
PurpleColor Codes
All color formats for development
HEX
#B82FE9RGB
rgb(184, 47, 233)HSL
hsl(284, 81%, 55%)OKLCH
oklch(0.601 0.264 314.8)CMYK
cmyk(21%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE18E4
2#9B15CB
3#8713B2
4#741098
5#610D7F
6#4D0B66
7#3A084C
8#270533
9#130319
Tints
Lighter variations
1#BF44EB
2#C659EE
3#CD6EF0
4#D482F2
5#DB97F4
6#E2ACF6
7#EAC1F8
8#F1D5FB
9#F8EAFD
Tones
Muted variations
1#B339E0
2#AF42D7
3#AB4BCD
4#A654C4
5#A25EBB
6#9E67B1
7#9970A8
8#957A9F
9#918396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC3 #EAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB95 #DB95F4 | BordersInactive statesPlaceholder text |
| 400 | C75D #C75DEE | Disabled statesSecondary iconsMuted text |
| 500 | B82F #B82FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B15 #9B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B11 #7B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580C #580C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3808 #38084A | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DFFC;
--orchid-200: #EAC3F9;
--orchid-300: #DB95F4;
--orchid-400: #C75DEE;
--orchid-500: #B82FE9;
--orchid-600: #9B15CB;
--orchid-700: #7B11A2;
--orchid-800: #580C73;
--orchid-900: #38084A;
--orchid-950: #23052E;
}