Orchid
#B52FE9
PurpleColor Codes
All color formats for development
HEX
#B52FE9RGB
rgb(181, 47, 233)HSL
hsl(283, 81%, 55%)OKLCH
oklch(0.597 0.263 313.9)CMYK
cmyk(22%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB18E4
2#9815CB
3#8513B2
4#721098
5#5F0D7F
6#4C0B66
7#39084C
8#260533
9#130319
Tints
Lighter variations
1#BC44EB
2#C359EE
3#CB6EF0
4#D282F2
5#DA97F4
6#E1ACF6
7#E9C1F8
8#F0D5FB
9#F8EAFD
Tones
Muted variations
1#B039E0
2#AC42D7
3#A84BCD
4#A454C4
5#A05EBB
6#9C67B1
7#9870A8
8#947A9F
9#908396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C3 #E9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D995 #D995F4 | BordersInactive statesPlaceholder text |
| 400 | C55D #C55DEE | Disabled statesSecondary iconsMuted text |
| 500 | B52F #B52FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9815 #9815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7911 #7911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560C #560C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3708 #37084A | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DFFC;
--orchid-200: #E9C3F9;
--orchid-300: #D995F4;
--orchid-400: #C55DEE;
--orchid-500: #B52FE9;
--orchid-600: #9815CB;
--orchid-700: #7911A2;
--orchid-800: #560C73;
--orchid-900: #37084A;
--orchid-950: #22052E;
}