Orchid
#B534E5
PurpleColor Codes
All color formats for development
HEX
#B534E5RGB
rgb(181, 52, 229)HSL
hsl(284, 77%, 55%)OKLCH
oklch(0.597 0.256 314.6)CMYK
cmyk(21%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC1DDF
2#991AC7
3#8517AE
4#721395
5#5F107C
6#4C0D63
7#390A4A
8#260632
9#130319
Tints
Lighter variations
1#BD48E7
2#C45DEA
3#CC71ED
4#D385EF
5#DA99F2
6#E2AEF4
7#E9C2F7
8#F0D6FA
9#F8EBFC
Tones
Muted variations
1#B13DDC
2#AD46D3
3#A94ECA
4#A557C1
5#A160B8
6#9D69B0
7#9972A7
8#947B9E
9#908395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D997 #D997F2 | BordersInactive statesPlaceholder text |
| 400 | C661 #C661EA | Disabled statesSecondary iconsMuted text |
| 500 | B534 #B534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991A #991AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7915 #79159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570F #570F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370948 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EAC4F7;
--orchid-300: #D997F2;
--orchid-400: #C661EA;
--orchid-500: #B534E5;
--orchid-600: #991AC7;
--orchid-700: #79159E;
--orchid-800: #570F71;
--orchid-900: #370948;
--orchid-950: #23062D;
}