Orchid
#B55CF0
PurpleColor Codes
All color formats for development
HEX
#B55CF0RGB
rgb(181, 92, 240)HSL
hsl(276, 83%, 65%)OKLCH
oklch(0.646 0.219 309.3)CMYK
cmyk(25%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A73DED
2#991FEA
3#8714D4
4#7411B6
5#610E98
6#4D0B79
7#3A085B
8#27063D
9#13031E
Tints
Lighter variations
1#BC6CF1
2#C37CF3
3#CB8DF4
4#D29DF6
5#DAADF7
6#E1BEF9
7#E9CEFA
8#F0DEFC
9#F8EFFD
Tones
Muted variations
1#B363E8
2#B26AE1
3#B072DA
4#AF79D2
5#AD81CB
6#AC88C3
7#AA90BC
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 #E3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F5 | BordersInactive statesPlaceholder text |
| 400 | B55C #B55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9F2D #9F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8313 #8313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680F #680FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B75 | 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: #E3C2F9;
--orchid-300: #CE94F5;
--orchid-400: #B55CF0;
--orchid-500: #9F2DEB;
--orchid-600: #8313CD;
--orchid-700: #680FA3;
--orchid-800: #4A0B75;
--orchid-900: #30074B;
--orchid-950: #1E042F;
}