Orchid
#B660EB
PurpleColor Codes
All color formats for development
HEX
#B660EBRGB
rgb(182, 96, 235)HSL
hsl(277, 78%, 65%)OKLCH
oklch(0.649 0.209 310.4)CMYK
cmyk(23%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A843E8
2#9B25E4
3#891ACF
4#7616B1
5#621294
6#4E0F76
7#3B0B59
8#27073B
9#14041E
Tints
Lighter variations
1#BD70ED
2#C580EF
3#CC90F1
4#D3A0F3
5#DAB0F5
6#E2BFF7
7#E9CFF9
8#F0DFFB
9#F8EFFD
Tones
Muted variations
1#B467E4
2#B36EDD
3#B175D6
4#AF7CD0
5#AE83C9
6#AC8AC2
7#AB91BB
8#A998B4
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 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF97 #CF97F2 | BordersInactive statesPlaceholder text |
| 400 | B660 #B660EB | Disabled statesSecondary iconsMuted text |
| 500 | A133 #A133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8519 #8519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6914 #69149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0E #4B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E4C4F8;
--orchid-300: #CF97F2;
--orchid-400: #B660EB;
--orchid-500: #A133E6;
--orchid-600: #8519C8;
--orchid-700: #69149F;
--orchid-800: #4B0E71;
--orchid-900: #300949;
--orchid-950: #1E062D;
}