Orchid
#B751FB
PurpleColor Codes
All color formats for development
HEX
#B751FBRGB
rgb(183, 81, 251)HSL
hsl(276, 96%, 65%)OKLCH
oklch(0.642 0.245 308.5)CMYK
cmyk(27%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A930FB
2#9C0FFA
3#8A05E3
4#7704C3
5#6303A2
6#4F0382
7#3B0261
8#280141
9#140120
Tints
Lighter variations
1#BE62FC
2#C573FC
3#CD85FD
4#D496FD
5#DBA8FD
6#E2B9FE
7#E9CBFE
8#F1DCFE
9#F8EEFF
Tones
Muted variations
1#B559F3
2#B361EA
3#B26AE2
4#B072D9
5#AE7BD1
6#AD83C8
7#AB8CBF
8#A995B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08C #D08CFD | BordersInactive statesPlaceholder text |
| 400 | B750 #B750FB | Disabled statesSecondary iconsMuted text |
| 500 | A21E #A21EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8604 #8604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DCFE;
--orchid-200: #E4BEFE;
--orchid-300: #D08CFD;
--orchid-400: #B750FB;
--orchid-500: #A21EFA;
--orchid-600: #8604DC;
--orchid-700: #6A04AF;
--orchid-800: #4C037D;
--orchid-900: #310250;
--orchid-950: #1E0132;
}