Orchid
#B82EEA
PurpleColor Codes
All color formats for development
HEX
#B82EEARGB
rgb(184, 46, 234)HSL
hsl(284, 82%, 55%)OKLCH
oklch(0.601 0.266 314.6)CMYK
cmyk(21%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF17E6
2#9B14CC
3#8812B3
4#740F99
5#610D80
6#4E0A66
7#3A084D
8#270533
9#13031A
Tints
Lighter variations
1#BF43EC
2#C658EE
3#CD6DF1
4#D482F3
5#DC97F5
6#E3ABF7
7#EAC0F9
8#F1D5FB
9#F8EAFD
Tones
Muted variations
1#B438E1
2#AF41D8
3#AB4ACE
4#A754C5
5#A25DBB
6#9E67B2
7#9970A8
8#95799F
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 | EBC3 #EBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB94 #DB94F4 | BordersInactive statesPlaceholder text |
| 400 | C85D #C85DEF | Disabled statesSecondary iconsMuted text |
| 500 | B82E #B82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B14 #9B14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B10 #7B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580B #580B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3807 #38074A | 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: #EBC3F9;
--orchid-300: #DB94F4;
--orchid-400: #C85DEF;
--orchid-500: #B82EEA;
--orchid-600: #9B14CC;
--orchid-700: #7B10A2;
--orchid-800: #580B74;
--orchid-900: #38074A;
--orchid-950: #23052E;
}