Orchid
#BE56F5
PurpleColor Codes
All color formats for development
HEX
#BE56F5RGB
rgb(190, 86, 245)HSL
hsl(279, 89%, 65%)OKLCH
oklch(0.652 0.235 311.7)CMYK
cmyk(22%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B137F3
2#A518F2
3#930DDB
4#7E0BBC
5#69099D
6#54077D
7#3F055E
8#2A043F
9#15021F
Tints
Lighter variations
1#C467F6
2#CB78F7
3#D189F8
4#D89AF9
5#DEABFA
6#E5BCFB
7#EBCCFC
8#F2DDFD
9#F8EEFE
Tones
Muted variations
1#BB5EED
2#B966E5
3#B66EDD
4#B476D5
5#B27ECD
6#AF86C6
7#AD8EBE
8#AB96B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE56 #BE56F5 | Disabled statesSecondary iconsMuted text |
| 500 | AB26 #AB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0C #8E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710A #710AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5107 #510778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DDFD;
--orchid-200: #E7C0FB;
--orchid-300: #D490F9;
--orchid-400: #BE56F5;
--orchid-500: #AB26F2;
--orchid-600: #8E0CD4;
--orchid-700: #710AA9;
--orchid-800: #510778;
--orchid-900: #34044D;
--orchid-950: #200330;
}