Orchid
#B75AF2
PurpleColor Codes
All color formats for development
HEX
#B75AF2RGB
rgb(183, 90, 242)HSL
hsl(277, 85%, 65%)OKLCH
oklch(0.647 0.225 309.7)CMYK
cmyk(24%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA3BEF
2#9D1DED
3#8B11D7
4#770FB8
5#630C99
6#4F0A7B
7#3C075C
8#28053D
9#14021F
Tints
Lighter variations
1#BF6AF3
2#C67BF4
3#CD8BF6
4#D49CF7
5#DBACF8
6#E2BDFA
7#EACDFB
8#F1DEFC
9#F8EEFE
Tones
Muted variations
1#B661EA
2#B469E2
3#B271DB
4#B078D3
5#AF80CC
6#AD87C4
7#AB8FBD
8#A997B5
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D092 #D092F6 | BordersInactive statesPlaceholder text |
| 400 | B75A #B75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A32B #A32BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8611 #8611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0D #6B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0A #4C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3106 #31064B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E4C2FA;
--orchid-300: #D092F6;
--orchid-400: #B75AF2;
--orchid-500: #A32BEE;
--orchid-600: #8611D0;
--orchid-700: #6B0DA5;
--orchid-800: #4C0A76;
--orchid-900: #31064B;
--orchid-950: #1F042F;
}