Orchid
#BE5DEE
PurpleColor Codes
All color formats for development
HEX
#BE5DEERGB
rgb(190, 93, 238)HSL
hsl(280, 81%, 65%)OKLCH
oklch(0.656 0.219 312.8)CMYK
cmyk(20%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B23FEB
2#A621E8
3#9316D2
4#7E13B4
5#691096
6#540D78
7#3F095A
8#2A063C
9#15031E
Tints
Lighter variations
1#C46EF0
2#CB7EF1
3#D18EF3
4#D89EF5
5#DEAEF7
6#E5BEF8
7#EBCFFA
8#F2DFFC
9#F8EFFD
Tones
Muted variations
1#BB65E7
2#B96CE0
3#B773D8
4#B47AD1
5#B282CA
6#AF89C3
7#AD90BB
8#AB97B4
9#A89FAD
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 | D495 #D495F4 | BordersInactive statesPlaceholder text |
| 400 | BE5D #BE5DEE | Disabled statesSecondary iconsMuted text |
| 500 | AB2F #AB2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E15 #8E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7111 #7111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510C #510C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #34084A | 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: #D495F4;
--orchid-400: #BE5DEE;
--orchid-500: #AB2FE9;
--orchid-600: #8E15CB;
--orchid-700: #7111A2;
--orchid-800: #510C73;
--orchid-900: #34084A;
--orchid-950: #20052E;
}