Orchid
#B45FEC
PurpleColor Codes
All color formats for development
HEX
#B45FECRGB
rgb(180, 95, 236)HSL
hsl(276, 79%, 65%)OKLCH
oklch(0.646 0.211 309.5)CMYK
cmyk(24%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A642E9
2#9824E5
3#8618D0
4#7315B2
5#601194
6#4D0E77
7#3A0A59
8#26073B
9#13031E
Tints
Lighter variations
1#BB6FEE
2#C37FF0
3#CA8FF2
4#D29FF4
5#D9AFF6
6#E1BFF8
7#E8CFF9
8#F0DFFB
9#F7EFFD
Tones
Muted variations
1#B266E5
2#B16DDE
3#B074D7
4#AE7BD0
5#AD82C9
6#AB8AC2
7#AA91BB
8#A998B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE96 #CE96F3 | BordersInactive statesPlaceholder text |
| 400 | B45F #B45FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9E32 #9E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8218 #8218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6713 #6713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | 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: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E3C4F8;
--orchid-300: #CE96F3;
--orchid-400: #B45FEC;
--orchid-500: #9E32E7;
--orchid-600: #8218C9;
--orchid-700: #6713A0;
--orchid-800: #4A0D72;
--orchid-900: #2F0949;
--orchid-950: #1E052E;
}