Orchid
#B72BEE
PurpleColor Codes
All color formats for development
HEX
#B72BEERGB
rgb(183, 43, 238)HSL
hsl(283, 85%, 55%)OKLCH
oklch(0.6 0.271 313.5)CMYK
cmyk(23%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD13EA
2#9A11D0
3#860FB6
4#730D9C
5#600B82
6#4D0868
7#3A064E
8#260434
9#13021A
Tints
Lighter variations
1#BE40F0
2#C555F1
3#CC6AF3
4#D480F5
5#DB95F6
6#E2AAF8
7#E9BFFA
8#F1D5FC
9#F8EAFD
Tones
Muted variations
1#B234E4
2#AE3EDA
3#AA48D1
4#A652C7
5#A15BBD
6#9D65B3
7#996FAA
8#9579A0
9#908296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC2 #EAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DA92 #DA92F6 | BordersInactive statesPlaceholder text |
| 400 | C75A #C75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | B72B #B72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A11 #9A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A0D #7A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570A #570A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3806 #38064B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DEFC;
--orchid-200: #EAC2FA;
--orchid-300: #DA92F6;
--orchid-400: #C75AF2;
--orchid-500: #B72BEE;
--orchid-600: #9A11D0;
--orchid-700: #7A0DA5;
--orchid-800: #570A76;
--orchid-900: #38064B;
--orchid-950: #23042F;
}