Orchid
#B452FA
PurpleColor Codes
All color formats for development
HEX
#B452FARGB
rgb(180, 82, 250)HSL
hsl(275, 94%, 65%)OKLCH
oklch(0.639 0.242 307.6)CMYK
cmyk(28%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A632F9
2#9812F8
3#8607E1
4#7306C1
5#6005A1
6#4D0481
7#3A0360
8#260240
9#130120
Tints
Lighter variations
1#BB63FA
2#C374FB
3#CA86FB
4#D297FC
5#D9A8FC
6#E1BAFD
7#E8CBFD
8#F0DCFE
9#F7EEFE
Tones
Muted variations
1#B25AF1
2#B163E9
3#B06BE0
4#AE73D8
5#AD7CD0
6#AB84C7
7#AA8DBF
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 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFB | BordersInactive statesPlaceholder text |
| 400 | B452 #B452FA | Disabled statesSecondary iconsMuted text |
| 500 | 9E20 #9E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8207 #8207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6705 #6705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F0DCFE;
--orchid-200: #E3BFFD;
--orchid-300: #CE8DFB;
--orchid-400: #B452FA;
--orchid-500: #9E20F8;
--orchid-600: #8207DA;
--orchid-700: #6705AD;
--orchid-800: #4A047C;
--orchid-900: #2F024F;
--orchid-950: #1D0231;
}