Orchid
#9265E6
PurpleColor Codes
All color formats for development
HEX
#9265E6RGB
rgb(146, 101, 230)HSL
hsl(261, 72%, 65%)OKLCH
oklch(0.615 0.188 296.6)CMYK
cmyk(37%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E49E1
2#6A2CDD
3#5B20C8
4#4E1CAB
5#41178F
6#341372
7#270E56
8#1A0939
9#0D051D
Tints
Lighter variations
1#9D75E9
2#A884EB
3#B394EE
4#BEA3F0
5#C9B2F3
6#D4C2F5
7#DED1F8
8#E9E0FA
9#F4F0FD
Tones
Muted variations
1#946CE0
2#9672D9
3#9879D3
4#9A7FCC
5#9C86C6
6#9E8CBF
7#A092B9
8#A299B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E6 | Disabled statesSecondary iconsMuted text |
| 500 | 733A #733ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 581F #581FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4619 #46199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3212 #32126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #E9E0FA;
--orchid-200: #D7C6F6;
--orchid-300: #B89AEF;
--orchid-400: #9265E6;
--orchid-500: #733ADF;
--orchid-600: #581FC1;
--orchid-700: #46199A;
--orchid-800: #32126E;
--orchid-900: #200B46;
--orchid-950: #14072C;
}