Orchid
#B153F9
PurpleColor Codes
All color formats for development
HEX
#B153F9RGB
rgb(177, 83, 249)HSL
hsl(274, 93%, 65%)OKLCH
oklch(0.636 0.239 306.8)CMYK
cmyk(29%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A233F8
2#9413F6
3#8208E0
4#7007C0
5#5D06A0
6#4B0580
7#380360
8#250240
9#130120
Tints
Lighter variations
1#B964F9
2#C075FA
3#C886FB
4#D098FB
5#D8A9FC
6#E0BAFD
7#E8CBFD
8#EFDDFE
9#F7EEFE
Tones
Muted variations
1#B05BF0
2#AF63E8
3#AD6CE0
4#AC74D8
5#AB7CCF
6#AA85C7
7#A98DBF
8#A895B6
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFB | BordersInactive statesPlaceholder text |
| 400 | B153 #B153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9A22 #9A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E08 #7E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6406 #6406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034F | 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: #F8F0FE;
--orchid-100: #EFDDFE;
--orchid-200: #E2BFFD;
--orchid-300: #CC8EFB;
--orchid-400: #B153F9;
--orchid-500: #9A22F7;
--orchid-600: #7E08D9;
--orchid-700: #6406AC;
--orchid-800: #48047B;
--orchid-900: #2E034F;
--orchid-950: #1D0231;
}