Orchid
#B965E6
PurpleColor Codes
All color formats for development
HEX
#B965E6RGB
rgb(185, 101, 230)HSL
hsl(279, 72%, 65%)OKLCH
oklch(0.656 0.198 312.3)CMYK
cmyk(20%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC49E1
2#9F2CDD
3#8D20C8
4#791CAB
5#65178F
6#511372
7#3C0E56
8#280939
9#14051D
Tints
Lighter variations
1#C075E9
2#C784EB
3#CE94EE
4#D5A3F0
5#DCB2F3
6#E3C2F5
7#EAD1F8
8#F1E0FA
9#F8F0FD
Tones
Muted variations
1#B76CE0
2#B572D9
3#B379D3
4#B17FCC
5#AF86C6
6#AD8CBF
7#AC92B9
8#AA99B3
9#A89FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C6 #E5C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D19A #D19AEF | BordersInactive statesPlaceholder text |
| 400 | B965 #B965E6 | Disabled statesSecondary iconsMuted text |
| 500 | A53A #A53ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 881F #881FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D19 #6D199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E12 #4E126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 320B #320B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1F07 #1F072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F1E0FA;
--orchid-200: #E5C6F6;
--orchid-300: #D19AEF;
--orchid-400: #B965E6;
--orchid-500: #A53ADF;
--orchid-600: #881FC1;
--orchid-700: #6D199A;
--orchid-800: #4E126E;
--orchid-900: #320B46;
--orchid-950: #1F072C;
}