Orchid
#C065E7
PurpleColor Codes
All color formats for development
HEX
#C065E7RGB
rgb(192, 101, 231)HSL
hsl(282, 73%, 65%)OKLCH
oklch(0.665 0.201 314.6)CMYK
cmyk(17%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B448E2
2#A82BDE
3#961FC9
4#801BAC
5#6B168F
6#561273
7#400D56
8#2B0939
9#15041D
Tints
Lighter variations
1#C674E9
2#CC83EC
3#D393EE
4#D9A2F1
5#DFB2F3
6#E6C1F5
7#ECD1F8
8#F2E0FA
9#F9F0FD
Tones
Muted variations
1#BD6BE0
2#BB72DA
3#B878D3
4#B57FCD
5#B385C6
6#B08CC0
7#AE92B9
8#AB99B3
9#A89FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D59A #D59AEF | BordersInactive statesPlaceholder text |
| 400 | C065 #C065E7 | Disabled statesSecondary iconsMuted text |
| 500 | AE38 #AE38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 911E #911EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7318 #73189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5211 #52116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 350B #350B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2107 #21072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F2E0FA;
--orchid-200: #E8C6F6;
--orchid-300: #D59AEF;
--orchid-400: #C065E7;
--orchid-500: #AE38E0;
--orchid-600: #911EC2;
--orchid-700: #73189A;
--orchid-800: #52116E;
--orchid-900: #350B47;
--orchid-950: #21072C;
}