Orchid
#BE5DEF
PurpleColor Codes
All color formats for development
HEX
#BE5DEFRGB
rgb(190, 93, 239)HSL
hsl(280, 82%, 65%)OKLCH
oklch(0.657 0.22 312.5)CMYK
cmyk(21%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B23EEC
2#A620E9
3#9415D3
4#7F12B5
5#6A0F97
6#540C79
7#3F095A
8#2A063C
9#15031E
Tints
Lighter variations
1#C56DF1
2#CB7DF2
3#D28DF4
4#D89EF5
5#DFAEF7
6#E5BEF9
7#ECCEFA
8#F2DFFC
9#F9EFFD
Tones
Muted variations
1#BC64E8
2#B96BE0
3#B773D9
4#B47AD2
5#B281CA
6#B088C3
7#AD90BC
8#AB97B4
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D494 #D494F4 | BordersInactive statesPlaceholder text |
| 400 | BE5D #BE5DEF | Disabled statesSecondary iconsMuted text |
| 500 | AC2E #AC2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F14 #8F14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7210 #7210A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510B #510B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3407 #34074A | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DFFC;
--orchid-200: #E7C3F9;
--orchid-300: #D494F4;
--orchid-400: #BE5DEF;
--orchid-500: #AC2EEA;
--orchid-600: #8F14CC;
--orchid-700: #7210A2;
--orchid-800: #510B74;
--orchid-900: #34074A;
--orchid-950: #20052E;
}