Orchid
#B45EED
PurpleColor Codes
All color formats for development
HEX
#B45EEDRGB
rgb(180, 94, 237)HSL
hsl(276, 80%, 65%)OKLCH
oklch(0.645 0.213 309.4)CMYK
cmyk(24%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A641EA
2#9823E7
3#8717D1
4#7314B3
5#601195
6#4D0D77
7#3A0A5A
8#26073C
9#13031E
Tints
Lighter variations
1#BC6EEF
2#C37EF1
3#CB8FF3
4#D29FF4
5#DAAFF6
6#E1BFF8
7#E9CFFA
8#F0DFFB
9#F8EFFD
Tones
Muted variations
1#B365E6
2#B16DDF
3#B074D8
4#AE7BD1
5#AD82C9
6#AB89C2
7#AA90BB
8#A997B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F3 | BordersInactive statesPlaceholder text |
| 400 | B45E #B45EED | Disabled statesSecondary iconsMuted text |
| 500 | 9F30 #9F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8216 #8216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6812 #6812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E3C3F8;
--orchid-300: #CE95F3;
--orchid-400: #B45EED;
--orchid-500: #9F30E8;
--orchid-600: #8216CA;
--orchid-700: #6812A1;
--orchid-800: #4A0D73;
--orchid-900: #2F0849;
--orchid-950: #1E052E;
}