Orchid
#BD5FEC
PurpleColor Codes
All color formats for development
HEX
#BD5FECRGB
rgb(189, 95, 236)HSL
hsl(280, 79%, 65%)OKLCH
oklch(0.656 0.214 312.8)CMYK
cmyk(20%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B142E9
2#A524E5
3#9318D0
4#7E15B2
5#691194
6#540E77
7#3F0A59
8#2A073B
9#15031E
Tints
Lighter variations
1#C46FEE
2#CA7FF0
3#D18FF2
4#D89FF4
5#DEAFF6
6#E5BFF8
7#EBCFF9
8#F2DFFB
9#F8EFFD
Tones
Muted variations
1#BB66E5
2#B96DDE
3#B674D7
4#B47BD0
5#B282C9
6#AF8AC2
7#AD91BB
8#AA98B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D496 #D496F3 | BordersInactive statesPlaceholder text |
| 400 | BD5F #BD5FEC | Disabled statesSecondary iconsMuted text |
| 500 | AA32 #AA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E18 #8E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7113 #7113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E7C4F8;
--orchid-300: #D496F3;
--orchid-400: #BD5FEC;
--orchid-500: #AA32E7;
--orchid-600: #8E18C9;
--orchid-700: #7113A0;
--orchid-800: #510D72;
--orchid-900: #340949;
--orchid-950: #20052E;
}