Orchid
#B24DFF
PurpleColor Codes
All color formats for development
HEX
#B24DFFRGB
rgb(178, 77, 255)HSL
hsl(274, 100%, 65%)OKLCH
oklch(0.635 0.252 306.4)CMYK
cmyk(30%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A32BFF
2#950AFF
3#8300E8
4#7100C7
5#5E00A6
6#4B0085
7#380063
8#260042
9#130021
Tints
Lighter variations
1#B95EFF
2#C170FF
3#C982FF
4#D194FF
5#D8A6FF
6#E0B8FF
7#E8C9FF
8#F0DBFF
9#F7EDFF
Tones
Muted variations
1#B055F6
2#AF5EED
3#AE67E4
4#AD70DB
5#AC79D2
6#AB82C9
7#A98BC1
8#A894B8
9#A79DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #F0DBFF;
--orchid-200: #E2BDFF;
--orchid-300: #CC8AFF;
--orchid-400: #B24DFF;
--orchid-500: #9C1AFF;
--orchid-600: #7F00E0;
--orchid-700: #6500B3;
--orchid-800: #480080;
--orchid-900: #2E0052;
--orchid-950: #1D0033;
}