Orchid
#BB5EED
PurpleColor Codes
All color formats for development
HEX
#BB5EEDRGB
rgb(187, 94, 237)HSL
hsl(279, 80%, 65%)OKLCH
oklch(0.653 0.216 311.9)CMYK
cmyk(21%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF41EA
2#A223E7
3#9017D1
4#7B14B3
5#671195
6#520D77
7#3E0A5A
8#29073C
9#15031E
Tints
Lighter variations
1#C26EEF
2#C97EF1
3#D08FF3
4#D69FF4
5#DDAFF6
6#E4BFF8
7#EBCFFA
8#F1DFFB
9#F8EFFD
Tones
Muted variations
1#B965E6
2#B76DDF
3#B574D8
4#B37BD1
5#B082C9
6#AE89C2
7#AC90BB
8#AA97B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D295 #D295F3 | BordersInactive statesPlaceholder text |
| 400 | BB5E #BB5EED | Disabled statesSecondary iconsMuted text |
| 500 | A830 #A830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B16 #8B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F12 #6F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #330849 | 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: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E6C3F8;
--orchid-300: #D295F3;
--orchid-400: #BB5EED;
--orchid-500: #A830E8;
--orchid-600: #8B16CA;
--orchid-700: #6F12A1;
--orchid-800: #4F0D73;
--orchid-900: #330849;
--orchid-950: #20052E;
}