Orchid
#BE5EED
PurpleColor Codes
All color formats for development
HEX
#BE5EEDRGB
rgb(190, 94, 237)HSL
hsl(280, 80%, 65%)OKLCH
oklch(0.657 0.217 313)CMYK
cmyk(20%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B141EA
2#A523E7
3#9317D1
4#7E14B3
5#691195
6#540D77
7#3F0A5A
8#2A073C
9#15031E
Tints
Lighter variations
1#C46EEF
2#CB7EF1
3#D18FF3
4#D89FF4
5#DEAFF6
6#E5BFF8
7#EBCFFA
8#F2DFFB
9#F8EFFD
Tones
Muted variations
1#BB65E6
2#B96DDF
3#B674D8
4#B47BD1
5#B282C9
6#AF89C2
7#AD90BB
8#AB97B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D495 #D495F3 | BordersInactive statesPlaceholder text |
| 400 | BE5E #BE5EED | Disabled statesSecondary iconsMuted text |
| 500 | AB30 #AB30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E16 #8E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7112 #7112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #340849 | 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: #F9F1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E7C3F8;
--orchid-300: #D495F3;
--orchid-400: #BE5EED;
--orchid-500: #AB30E8;
--orchid-600: #8E16CA;
--orchid-700: #7112A1;
--orchid-800: #510D73;
--orchid-900: #340849;
--orchid-950: #20052E;
}