Orchid
#BB55F6
PurpleColor Codes
All color formats for development
HEX
#BB55F6RGB
rgb(187, 85, 246)HSL
hsl(278, 90%, 65%)OKLCH
oklch(0.648 0.237 310.6)CMYK
cmyk(24%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF36F4
2#A216F3
3#900CDC
4#7B0ABD
5#67089D
6#52077E
7#3E055E
8#29033F
9#15021F
Tints
Lighter variations
1#C266F7
2#C977F8
3#D088F9
4#D699FA
5#DDAAFB
6#E4BBFB
7#EBCCFC
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B95DEE
2#B765E6
3#B56EDE
4#B376D6
5#B07ECE
6#AE86C6
7#AC8EBE
8#AA96B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | A825 #A825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0B #8B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F09 #6F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C0FC;
--orchid-300: #D290F9;
--orchid-400: #BB55F6;
--orchid-500: #A825F4;
--orchid-600: #8B0BD5;
--orchid-700: #6F09AA;
--orchid-800: #4F0679;
--orchid-900: #33044E;
--orchid-950: #200330;
}