Orchid
#B54DFF
PurpleColor Codes
All color formats for development
HEX
#B54DFFRGB
rgb(181, 77, 255)HSL
hsl(275, 100%, 65%)OKLCH
oklch(0.638 0.253 307.3)CMYK
cmyk(29%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A72BFF
2#990AFF
3#8700E8
4#7400C7
5#6100A6
6#4D0085
7#3A0063
8#270042
9#130021
Tints
Lighter variations
1#BC5EFF
2#C370FF
3#CB82FF
4#D294FF
5#DAA6FF
6#E1B8FF
7#E9C9FF
8#F0DBFF
9#F8EDFF
Tones
Muted variations
1#B355F6
2#B25EED
3#B067E4
4#AF70DB
5#AD79D2
6#AC82C9
7#AA8BC1
8#A994B8
9#A79DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8A #CE8AFF | BordersInactive statesPlaceholder text |
| 400 | B54D #B54DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9F1A #9F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8300 #8300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6800 #6800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A00 #4A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3000 #300052 | Primary textHigh emphasis contentDark headings |
| 950 | 1E00 #1E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F0DBFF;
--orchid-200: #E3BDFF;
--orchid-300: #CE8AFF;
--orchid-400: #B54DFF;
--orchid-500: #9F1AFF;
--orchid-600: #8300E0;
--orchid-700: #6800B3;
--orchid-800: #4A0080;
--orchid-900: #300052;
--orchid-950: #1E0033;
}