Orchid
#B432E7
PurpleColor Codes
All color formats for development
HEX
#B432E7RGB
rgb(180, 50, 231)HSL
hsl(283, 79%, 55%)OKLCH
oklch(0.596 0.259 313.9)CMYK
cmyk(22%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A91BE2
2#9718C9
3#8415B0
4#711297
5#5E0F7E
6#4B0C64
7#38094B
8#260632
9#130319
Tints
Lighter variations
1#BB46E9
2#C35BEC
3#CA6FEE
4#D284F1
5#D998F3
6#E1ADF5
7#E8C1F8
8#F0D6FA
9#F7EAFD
Tones
Muted variations
1#B03BDE
2#AC44D5
3#A84DCC
4#A456C3
5#A05FBA
6#9C68B1
7#9871A7
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 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D896 #D896F3 | BordersInactive statesPlaceholder text |
| 400 | C45F #C45FEC | Disabled statesSecondary iconsMuted text |
| 500 | B432 #B432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9718 #9718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7813 #7813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | 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: #E9C4F8;
--orchid-300: #D896F3;
--orchid-400: #C45FEC;
--orchid-500: #B432E7;
--orchid-600: #9718C9;
--orchid-700: #7813A0;
--orchid-800: #560D72;
--orchid-900: #370949;
--orchid-950: #22052E;
}