Orchid
#B55BF1
PurpleColor Codes
All color formats for development
HEX
#B55BF1RGB
rgb(181, 91, 241)HSL
hsl(276, 84%, 65%)OKLCH
oklch(0.645 0.222 309.1)CMYK
cmyk(25%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A73CEE
2#991EEB
3#8813D5
4#7410B7
5#610D98
6#4D0B7A
7#3A085B
8#27053D
9#13031E
Tints
Lighter variations
1#BC6BF2
2#C47CF4
3#CB8CF5
4#D29CF6
5#DAADF8
6#E1BDF9
7#E9CEFB
8#F0DEFC
9#F8EFFE
Tones
Muted variations
1#B362E9
2#B26AE2
3#B071DA
4#AF79D3
5#AD80CB
6#AC88C4
7#AA8FBC
8#A997B5
9#A79EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CE93 #CE93F6 | BordersInactive statesPlaceholder text |
| 400 | B55B #B55BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A02C #A02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8312 #8312CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680E #680EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0A #4A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3007 #30074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DEFC;
--orchid-200: #E3C2FA;
--orchid-300: #CE93F6;
--orchid-400: #B55BF1;
--orchid-500: #A02CED;
--orchid-600: #8312CE;
--orchid-700: #680EA4;
--orchid-800: #4A0A75;
--orchid-900: #30074B;
--orchid-950: #1E042F;
}