Orchid
#B45DEE
PurpleColor Codes
All color formats for development
HEX
#B45DEERGB
rgb(180, 93, 238)HSL
hsl(276, 81%, 65%)OKLCH
oklch(0.644 0.216 309.3)CMYK
cmyk(24%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A63FEB
2#9821E8
3#8716D2
4#7413B4
5#601096
6#4D0D78
7#3A095A
8#27063C
9#13031E
Tints
Lighter variations
1#BC6EF0
2#C37EF1
3#CB8EF3
4#D29EF5
5#DAAEF7
6#E1BEF8
7#E9CFFA
8#F0DFFC
9#F8EFFD
Tones
Muted variations
1#B365E7
2#B16CE0
3#B073D8
4#AE7AD1
5#AD82CA
6#AC89C3
7#AA90BB
8#A997B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F4 | BordersInactive statesPlaceholder text |
| 400 | B45D #B45DEE | Disabled statesSecondary iconsMuted text |
| 500 | 9F2F #9F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8215 #8215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6811 #6811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0C #4A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F084A | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DFFC;
--orchid-200: #E3C3F9;
--orchid-300: #CE95F4;
--orchid-400: #B45DEE;
--orchid-500: #9F2FE9;
--orchid-600: #8215CB;
--orchid-700: #6811A2;
--orchid-800: #4A0C73;
--orchid-900: #2F084A;
--orchid-950: #1E052E;
}