Orchid
#BE4DFF
PurpleColor Codes
All color formats for development
HEX
#BE4DFFRGB
rgb(190, 77, 255)HSL
hsl(278, 100%, 65%)OKLCH
oklch(0.649 0.256 310.2)CMYK
cmyk(25%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B12BFF
2#A50AFF
3#9300E8
4#7E00C7
5#6900A6
6#540085
7#3F0063
8#2A0042
9#150021
Tints
Lighter variations
1#C45EFF
2#CB70FF
3#D182FF
4#D894FF
5#DEA6FF
6#E5B8FF
7#EBC9FF
8#F2DBFF
9#F8EDFF
Tones
Muted variations
1#BB55F6
2#B95EED
3#B667E4
4#B470DB
5#B279D2
6#AF82C9
7#AD8BC1
8#AB94B8
9#A89DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DB #F2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D48A #D48AFF | BordersInactive statesPlaceholder text |
| 400 | BE4D #BE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | AB1A #AB1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E00 #8E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7100 #7100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5100 #510080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3400 #340052 | Primary textHigh emphasis contentDark headings |
| 950 | 2000 #200033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F2DBFF;
--orchid-200: #E7BDFF;
--orchid-300: #D48AFF;
--orchid-400: #BE4DFF;
--orchid-500: #AB1AFF;
--orchid-600: #8E00E0;
--orchid-700: #7100B3;
--orchid-800: #510080;
--orchid-900: #340052;
--orchid-950: #200033;
}