Orchid
#C265E7
PurpleColor Codes
All color formats for development
HEX
#C265E7RGB
rgb(194, 101, 231)HSL
hsl(283, 73%, 65%)OKLCH
oklch(0.667 0.202 315.3)CMYK
cmyk(16%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B748E2
2#AB2BDE
3#991FC9
4#831BAC
5#6D168F
6#571273
7#410D56
8#2C0939
9#16041D
Tints
Lighter variations
1#C874E9
2#CE83EC
3#D493EE
4#DAA2F1
5#E0B2F3
6#E7C1F5
7#EDD1F8
8#F3E0FA
9#F9F0FD
Tones
Muted variations
1#BF6BE0
2#BC72DA
3#BA78D3
4#B77FCD
5#B485C6
6#B18CC0
7#AE92B9
8#AB99B3
9#A99FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D79A #D79AEF | BordersInactive statesPlaceholder text |
| 400 | C265 #C265E7 | Disabled statesSecondary iconsMuted text |
| 500 | B138 #B138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 941E #941EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7518 #75189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5411 #54116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 360B #360B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2207 #22072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F3E0FA;
--orchid-200: #E8C6F6;
--orchid-300: #D79AEF;
--orchid-400: #C265E7;
--orchid-500: #B138E0;
--orchid-600: #941EC2;
--orchid-700: #75189A;
--orchid-800: #54116E;
--orchid-900: #360B47;
--orchid-950: #22072C;
}