Orchid
#B952FA
PurpleColor Codes
All color formats for development
HEX
#B952FARGB
rgb(185, 82, 250)HSL
hsl(277, 94%, 65%)OKLCH
oklch(0.645 0.244 309.3)CMYK
cmyk(26%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC32F9
2#9F12F8
3#8D07E1
4#7906C1
5#6505A1
6#510481
7#3D0360
8#280240
9#140120
Tints
Lighter variations
1#C063FA
2#C774FB
3#CE86FB
4#D597FC
5#DCA8FC
6#E3BAFD
7#EACBFD
8#F1DCFE
9#F8EEFE
Tones
Muted variations
1#B75AF1
2#B563E9
3#B36BE0
4#B173D8
5#B07CD0
6#AE84C7
7#AC8DBF
8#AA95B7
9#A89DAE
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 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFB | BordersInactive statesPlaceholder text |
| 400 | B952 #B952FA | Disabled statesSecondary iconsMuted text |
| 500 | A520 #A520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8907 #8907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D05 #6D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #32024F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DCFE;
--orchid-200: #E5BFFD;
--orchid-300: #D18DFB;
--orchid-400: #B952FA;
--orchid-500: #A520F8;
--orchid-600: #8907DA;
--orchid-700: #6D05AD;
--orchid-800: #4E047C;
--orchid-900: #32024F;
--orchid-950: #1F0231;
}