Orchid
#BA32E7
PinkColor Codes
All color formats for development
HEX
#BA32E7RGB
rgb(186, 50, 231)HSL
hsl(285, 79%, 55%)OKLCH
oklch(0.604 0.261 315.8)CMYK
cmyk(19%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B01BE2
2#9D18C9
3#8915B0
4#751297
5#620F7E
6#4E0C64
7#3B094B
8#270632
9#140319
Tints
Lighter variations
1#C146E9
2#C75BEC
3#CE6FEE
4#D584F1
5#DC98F3
6#E3ADF5
7#EAC1F8
8#F1D6FA
9#F8EAFD
Tones
Muted variations
1#B53BDE
2#B144D5
3#AC4DCC
4#A756C3
5#A35FBA
6#9E68B1
7#9A71A7
8#957A9E
9#918395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC96 #DC96F3 | BordersInactive statesPlaceholder text |
| 400 | C95F #C95FEC | Disabled statesSecondary iconsMuted text |
| 500 | BA32 #BA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D18 #9D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D13 #7D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EBC4F8;
--orchid-300: #DC96F3;
--orchid-400: #C95FEC;
--orchid-500: #BA32E7;
--orchid-600: #9D18C9;
--orchid-700: #7D13A0;
--orchid-800: #590D72;
--orchid-900: #390949;
--orchid-950: #24052E;
}