Orchid
#BB4DFF
PurpleColor Codes
All color formats for development
HEX
#BB4DFFRGB
rgb(187, 77, 255)HSL
hsl(277, 100%, 65%)OKLCH
oklch(0.645 0.255 309.2)CMYK
cmyk(27%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE2BFF
2#A10AFF
3#8F00E8
4#7B00C7
5#6600A6
6#520085
7#3D0063
8#290042
9#140021
Tints
Lighter variations
1#C15EFF
2#C870FF
3#CF82FF
4#D694FF
5#DDA6FF
6#E4B8FF
7#EAC9FF
8#F1DBFF
9#F8EDFF
Tones
Muted variations
1#B855F6
2#B65EED
3#B467E4
4#B270DB
5#B079D2
6#AE82C9
7#AC8BC1
8#AA94B8
9#A89DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DBFF;
--orchid-200: #E6BDFF;
--orchid-300: #D28AFF;
--orchid-400: #BB4DFF;
--orchid-500: #A71AFF;
--orchid-600: #8A00E0;
--orchid-700: #6E00B3;
--orchid-800: #4F0080;
--orchid-900: #320052;
--orchid-950: #1F0033;
}