Orchid
#992FE9
PurpleColor Codes
All color formats for development
HEX
#992FE9RGB
rgb(153, 47, 233)HSL
hsl(274, 81%, 55%)OKLCH
oklch(0.561 0.256 304.9)CMYK
cmyk(34%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C18E4
2#7C15CB
3#6D13B2
4#5D1098
5#4E0D7F
6#3E0B66
7#2F084C
8#1F0533
9#100319
Tints
Lighter variations
1#A344EB
2#AD59EE
3#B76EF0
4#C282F2
5#CC97F4
6#D6ACF6
7#E0C1F8
8#EBD5FB
9#F5EAFD
Tones
Muted variations
1#9739E0
2#9642D7
3#954BCD
4#9454C4
5#925EBB
6#9167B1
7#9070A8
8#8F7A9F
9#8D8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB95 #CB95F4 | BordersInactive statesPlaceholder text |
| 400 | AF5D #AF5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 992F #992FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C15 #7C15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6311 #6311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470C #470C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D08 #2D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDFFC;
--orchid-200: #E1C3F9;
--orchid-300: #CB95F4;
--orchid-400: #AF5DEE;
--orchid-500: #992FE9;
--orchid-600: #7C15CB;
--orchid-700: #6311A2;
--orchid-800: #470C73;
--orchid-900: #2D084A;
--orchid-950: #1C052E;
}