Orchid
#B152FA
PurpleColor Codes
All color formats for development
HEX
#B152FARGB
rgb(177, 82, 250)HSL
hsl(274, 94%, 65%)OKLCH
oklch(0.636 0.241 306.6)CMYK
cmyk(29%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A232F9
2#9412F8
3#8307E1
4#7006C1
5#5D05A1
6#4B0481
7#380360
8#250240
9#130120
Tints
Lighter variations
1#B963FA
2#C174FB
3#C886FB
4#D097FC
5#D8A8FC
6#E0BAFD
7#E8CBFD
8#EFDCFE
9#F7EEFE
Tones
Muted variations
1#B05AF1
2#AF63E9
3#AE6BE0
4#AC73D8
5#AB7CD0
6#AA84C7
7#A98DBF
8#A895B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8D #CC8DFB | BordersInactive statesPlaceholder text |
| 400 | B152 #B152FA | Disabled statesSecondary iconsMuted text |
| 500 | 9B20 #9B20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E07 #7E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6405 #6405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E02 #2E024F | 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: #F8F0FF;
--orchid-100: #EFDCFE;
--orchid-200: #E2BFFD;
--orchid-300: #CC8DFB;
--orchid-400: #B152FA;
--orchid-500: #9B20F8;
--orchid-600: #7E07DA;
--orchid-700: #6405AD;
--orchid-800: #48047C;
--orchid-900: #2E024F;
--orchid-950: #1D0231;
}