Orchid
#B655F6
PurpleColor Codes
All color formats for development
HEX
#B655F6RGB
rgb(182, 85, 246)HSL
hsl(276, 90%, 65%)OKLCH
oklch(0.642 0.235 308.9)CMYK
cmyk(26%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A836F4
2#9B16F3
3#890CDC
4#750ABD
5#62089D
6#4E077E
7#3B055E
8#27033F
9#14021F
Tints
Lighter variations
1#BD66F7
2#C477F8
3#CC88F9
4#D399FA
5#DAAAFB
6#E2BBFB
7#E9CCFC
8#F0DDFD
9#F8EEFE
Tones
Muted variations
1#B45DEE
2#B365E6
3#B16EDE
4#AF76D6
5#AE7ECE
6#AC86C6
7#AB8EBE
8#A996B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CF90 #CF90F9 | BordersInactive statesPlaceholder text |
| 400 | B655 #B655F6 | Disabled statesSecondary iconsMuted text |
| 500 | A125 #A125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840B #840BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6909 #6909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B06 #4B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044E | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F0DDFD;
--orchid-200: #E4C0FC;
--orchid-300: #CF90F9;
--orchid-400: #B655F6;
--orchid-500: #A125F4;
--orchid-600: #840BD5;
--orchid-700: #6909AA;
--orchid-800: #4B0679;
--orchid-900: #30044E;
--orchid-950: #1E0330;
}