Orchid
#B752FA
PurpleColor Codes
All color formats for development
HEX
#B752FARGB
rgb(183, 82, 250)HSL
hsl(276, 94%, 65%)OKLCH
oklch(0.643 0.243 308.6)CMYK
cmyk(27%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A932F9
2#9C12F8
3#8A07E1
4#7606C1
5#6205A1
6#4F0481
7#3B0360
8#270240
9#140120
Tints
Lighter variations
1#BE63FA
2#C574FB
3#CC86FB
4#D497FC
5#DBA8FC
6#E2BAFD
7#E9CBFD
8#F1DCFE
9#F8EEFE
Tones
Muted variations
1#B55AF1
2#B363E9
3#B16BE0
4#B073D8
5#AE7CD0
6#AC84C7
7#AB8DBF
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 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFB | BordersInactive statesPlaceholder text |
| 400 | B752 #B752FA | Disabled statesSecondary iconsMuted text |
| 500 | A220 #A220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8507 #8507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A05 #6A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3002 #30024F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DCFE;
--orchid-200: #E4BFFD;
--orchid-300: #CF8DFB;
--orchid-400: #B752FA;
--orchid-500: #A220F8;
--orchid-600: #8507DA;
--orchid-700: #6A05AD;
--orchid-800: #4C047C;
--orchid-900: #30024F;
--orchid-950: #1E0231;
}