Orchid
#B132E7
PurpleColor Codes
All color formats for development
HEX
#B132E7RGB
rgb(177, 50, 231)HSL
hsl(282, 79%, 55%)OKLCH
oklch(0.592 0.258 313)CMYK
cmyk(23%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A61BE2
2#9418C9
3#8115B0
4#6F1297
5#5C0F7E
6#4A0C64
7#37094B
8#250632
9#120319
Tints
Lighter variations
1#B846E9
2#C05BEC
3#C86FEE
4#D084F1
5#D898F3
6#E0ADF5
7#E7C1F8
8#EFD6FA
9#F7EAFD
Tones
Muted variations
1#AD3BDE
2#A944D5
3#A64DCC
4#A256C3
5#9E5FBA
6#9B68B1
7#9771A7
8#947A9E
9#908395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D796 #D796F3 | BordersInactive statesPlaceholder text |
| 400 | C25F #C25FEC | Disabled statesSecondary iconsMuted text |
| 500 | B132 #B132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9418 #9418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7513 #7513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F3DFFB;
--orchid-200: #E8C4F8;
--orchid-300: #D796F3;
--orchid-400: #C25FEC;
--orchid-500: #B132E7;
--orchid-600: #9418C9;
--orchid-700: #7513A0;
--orchid-800: #540D72;
--orchid-900: #360949;
--orchid-950: #22052E;
}