Orchid
#BB57F4
PurpleColor Codes
All color formats for development
HEX
#BB57F4RGB
rgb(187, 87, 244)HSL
hsl(278, 88%, 65%)OKLCH
oklch(0.649 0.232 310.9)CMYK
cmyk(23%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE38F2
2#A119F0
3#8F0EDA
4#7B0CBB
5#660A9C
6#52087D
7#3D065D
8#29043E
9#14021F
Tints
Lighter variations
1#C268F5
2#C879F6
3#CF8AF8
4#D69AF9
5#DDABFA
6#E4BCFB
7#EBCDFC
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B95FEC
2#B767E5
3#B46FDD
4#B277D5
5#B07ECD
6#AE86C5
7#AC8EBD
8#AA96B5
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C1FB;
--orchid-300: #D291F8;
--orchid-400: #BB57F4;
--orchid-500: #A727F1;
--orchid-600: #8B0DD3;
--orchid-700: #6E0BA8;
--orchid-800: #4F0878;
--orchid-900: #32054D;
--orchid-950: #1F0330;
}