Orchid
#BD61EA
PurpleColor Codes
All color formats for development
HEX
#BD61EARGB
rgb(189, 97, 234)HSL
hsl(280, 77%, 65%)OKLCH
oklch(0.658 0.209 313.1)CMYK
cmyk(19%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B044E7
2#A426E3
3#921BCD
4#7D17B0
5#681393
6#530F75
7#3E0B58
8#2A083B
9#15041D
Tints
Lighter variations
1#C371ED
2#CA81EF
3#D190F1
4#D7A0F3
5#DEB0F5
6#E4C0F7
7#EBD0F9
8#F2DFFB
9#F8EFFD
Tones
Muted variations
1#BA68E4
2#B86FDD
3#B676D6
4#B37DCF
5#B183C8
6#AF8AC1
7#AD91BA
8#AA98B3
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 | E6C4 #E6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D397 #D397F2 | BordersInactive statesPlaceholder text |
| 400 | BD61 #BD61EA | Disabled statesSecondary iconsMuted text |
| 500 | AA34 #AA34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D1A #8D1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7015 #70159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500F #500F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330948 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E6C4F7;
--orchid-300: #D397F2;
--orchid-400: #BD61EA;
--orchid-500: #AA34E5;
--orchid-600: #8D1AC7;
--orchid-700: #70159E;
--orchid-800: #500F71;
--orchid-900: #330948;
--orchid-950: #20062D;
}