Orchid
#992CED
PurpleColor Codes
All color formats for development
HEX
#992CEDRGB
rgb(153, 44, 237)HSL
hsl(274, 84%, 55%)OKLCH
oklch(0.562 0.262 304.2)CMYK
cmyk(35%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C14E8
2#7D12CE
3#6D10B5
4#5E0D9B
5#4E0B81
6#3E0967
7#2F074D
8#1F0434
9#10021A
Tints
Lighter variations
1#A341EE
2#AD56F0
3#B86BF2
4#C280F4
5#CC95F6
6#D6ABF8
7#E0C0F9
8#EBD5FB
9#F5EAFD
Tones
Muted variations
1#9835E3
2#973FD9
3#9549D0
4#9452C6
5#935CBC
6#9166B3
7#906FA9
8#8F79A0
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CB93 #CB93F6 | BordersInactive statesPlaceholder text |
| 400 | B05B #B05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 992C #992CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D12 #7D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630E #630EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470A #470A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDEFC;
--orchid-200: #E2C2FA;
--orchid-300: #CB93F6;
--orchid-400: #B05BF1;
--orchid-500: #992CED;
--orchid-600: #7D12CE;
--orchid-700: #630EA4;
--orchid-800: #470A75;
--orchid-900: #2D074B;
--orchid-950: #1C042F;
}