Orchid
#BB5DEE
PurpleColor Codes
All color formats for development
HEX
#BB5DEERGB
rgb(187, 93, 238)HSL
hsl(279, 81%, 65%)OKLCH
oklch(0.653 0.218 311.7)CMYK
cmyk(21%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF3FEB
2#A221E8
3#9016D2
4#7C13B4
5#671096
6#520D78
7#3E095A
8#29063C
9#15031E
Tints
Lighter variations
1#C26EF0
2#C97EF1
3#D08EF3
4#D69EF5
5#DDAEF7
6#E4BEF8
7#EBCFFA
8#F1DFFC
9#F8EFFD
Tones
Muted variations
1#B965E7
2#B76CE0
3#B573D8
4#B37AD1
5#B182CA
6#AE89C3
7#AC90BB
8#AA97B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D395 #D395F4 | BordersInactive statesPlaceholder text |
| 400 | BB5D #BB5DEE | Disabled statesSecondary iconsMuted text |
| 500 | A82F #A82FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B15 #8B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F11 #6F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0C #4F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #33084A | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DFFC;
--orchid-200: #E6C3F9;
--orchid-300: #D395F4;
--orchid-400: #BB5DEE;
--orchid-500: #A82FE9;
--orchid-600: #8B15CB;
--orchid-700: #6F11A2;
--orchid-800: #4F0C73;
--orchid-900: #33084A;
--orchid-950: #20052E;
}