Orchid
#B45DEF
PurpleColor Codes
All color formats for development
HEX
#B45DEFRGB
rgb(180, 93, 239)HSL
hsl(276, 82%, 65%)OKLCH
oklch(0.645 0.217 309)CMYK
cmyk(25%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A73EEC
2#9920E9
3#8715D3
4#7412B5
5#600F97
6#4D0C79
7#3A095A
8#27063C
9#13031E
Tints
Lighter variations
1#BC6DF1
2#C37DF2
3#CB8DF4
4#D29EF5
5#DAAEF7
6#E1BEF9
7#E9CEFA
8#F0DFFC
9#F8EFFD
Tones
Muted variations
1#B364E8
2#B16BE0
3#B073D9
4#AF7AD2
5#AD81CA
6#AC88C3
7#AA90BC
8#A997B4
9#A79EAD
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 | CE94 #CE94F4 | BordersInactive statesPlaceholder text |
| 400 | B45D #B45DEF | Disabled statesSecondary iconsMuted text |
| 500 | 9F2E #9F2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8314 #8314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6810 #6810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F07 #2F074A | 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: #CE94F4;
--orchid-400: #B45DEF;
--orchid-500: #9F2EEA;
--orchid-600: #8314CC;
--orchid-700: #6810A2;
--orchid-800: #4A0B74;
--orchid-900: #2F074A;
--orchid-950: #1E052E;
}