Orchid
#B953F9
PurpleColor Codes
All color formats for development
HEX
#B953F9RGB
rgb(185, 83, 249)HSL
hsl(277, 93%, 65%)OKLCH
oklch(0.645 0.241 309.4)CMYK
cmyk(26%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC33F8
2#9F13F6
3#8D08E0
4#7907C0
5#6506A0
6#510580
7#3D0360
8#280240
9#140120
Tints
Lighter variations
1#C064F9
2#C775FA
3#CE86FB
4#D598FB
5#DCA9FC
6#E3BAFD
7#EACBFD
8#F1DDFE
9#F8EEFE
Tones
Muted variations
1#B75BF0
2#B563E8
3#B36CE0
4#B174D8
5#AF7CCF
6#AD85C7
7#AC8DBF
8#AA95B6
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFB | BordersInactive statesPlaceholder text |
| 400 | B953 #B953F9 | Disabled statesSecondary iconsMuted text |
| 500 | A522 #A522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8908 #8908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D06 #6D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034F | 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: #F9F0FE;
--orchid-100: #F1DDFE;
--orchid-200: #E5BFFD;
--orchid-300: #D18EFB;
--orchid-400: #B953F9;
--orchid-500: #A522F7;
--orchid-600: #8908D9;
--orchid-700: #6D06AC;
--orchid-800: #4E047B;
--orchid-900: #32034F;
--orchid-950: #1F0231;
}