Orchid
#B42AEF
PurpleColor Codes
All color formats for development
HEX
#B42AEFRGB
rgb(180, 42, 239)HSL
hsl(282, 86%, 55%)OKLCH
oklch(0.596 0.272 312.4)CMYK
cmyk(25%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA12EB
2#9710D1
3#840EB7
4#710C9D
5#5E0A82
6#4B0868
7#39064E
8#260434
9#13021A
Tints
Lighter variations
1#BB3FF1
2#C354F2
3#CA6AF4
4#D27FF5
5#D994F7
6#E1AAF9
7#E8BFFA
8#F0D4FC
9#F7EAFD
Tones
Muted variations
1#B033E5
2#AC3DDB
3#A847D1
4#A451C7
5#A05BBE
6#9C65B4
7#986FAA
8#9479A0
9#908296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D992 #D992F7 | BordersInactive statesPlaceholder text |
| 400 | C459 #C459F3 | Disabled statesSecondary iconsMuted text |
| 500 | B42A #B42AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9710 #9710D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780C #780CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5609 #560977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3706 #37064C | Primary textHigh emphasis contentDark headings |
| 950 | 2204 #22042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFD;
--orchid-200: #E9C1FA;
--orchid-300: #D992F7;
--orchid-400: #C459F3;
--orchid-500: #B42AEF;
--orchid-600: #9710D1;
--orchid-700: #780CA6;
--orchid-800: #560977;
--orchid-900: #37064C;
--orchid-950: #22042F;
}