Orchid
#B453F9
PurpleColor Codes
All color formats for development
HEX
#B453F9RGB
rgb(180, 83, 249)HSL
hsl(275, 93%, 65%)OKLCH
oklch(0.639 0.24 307.8)CMYK
cmyk(28%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A633F8
2#9813F6
3#8608E0
4#7307C0
5#6006A0
6#4D0580
7#390360
8#260240
9#130120
Tints
Lighter variations
1#BB64F9
2#C375FA
3#CA86FB
4#D298FB
5#D9A9FC
6#E1BAFD
7#E8CBFD
8#F0DDFE
9#F7EEFE
Tones
Muted variations
1#B25BF0
2#B163E8
3#AF6CE0
4#AE74D8
5#AD7CCF
6#AB85C7
7#AA8DBF
8#A995B6
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8E #CD8EFB | BordersInactive statesPlaceholder text |
| 400 | B453 #B453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9E22 #9E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8208 #8208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6706 #6706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F03 #2F034F | 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: #F9F0FE;
--orchid-100: #F0DDFE;
--orchid-200: #E3BFFD;
--orchid-300: #CD8EFB;
--orchid-400: #B453F9;
--orchid-500: #9E22F7;
--orchid-600: #8208D9;
--orchid-700: #6706AC;
--orchid-800: #4A047B;
--orchid-900: #2F034F;
--orchid-950: #1D0231;
}