Orchid
#C763E9
PinkColor Codes
All color formats for development
HEX
#C763E9RGB
rgb(199, 99, 233)HSL
hsl(285, 75%, 65%)OKLCH
oklch(0.671 0.209 316.7)CMYK
cmyk(15%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD46E5
2#B329E0
3#A01DCB
4#8919AE
5#721591
6#5B1174
7#440C57
8#2E083A
9#17041D
Tints
Lighter variations
1#CD72EB
2#D282ED
3#D892EF
4#DEA1F2
5#E3B1F4
6#E9C1F6
7#EED0F8
8#F4E0FB
9#F9EFFD
Tones
Muted variations
1#C46AE2
2#C170DB
3#BD77D5
4#BA7ECE
5#B684C7
6#B38BC1
7#B092BA
8#AC98B3
9#A99FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA98 #DA98F0 | BordersInactive statesPlaceholder text |
| 400 | C763 #C763E9 | Disabled statesSecondary iconsMuted text |
| 500 | B736 #B736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A1C #9A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B16 #7B169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5810 #581070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FB;
--orchid-200: #EAC5F7;
--orchid-300: #DA98F0;
--orchid-400: #C763E9;
--orchid-500: #B736E2;
--orchid-600: #9A1CC4;
--orchid-700: #7B169C;
--orchid-800: #581070;
--orchid-900: #380A47;
--orchid-950: #23062D;
}