Orchid
#B736E2
PinkColor Codes
All color formats for development
HEX
#B736E2RGB
rgb(183, 54, 226)HSL
hsl(285, 75%, 55%)OKLCH
oklch(0.6 0.252 315.9)CMYK
cmyk(19%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE20DD
2#9A1CC4
3#8719AC
4#741593
5#60127B
6#4D0E62
7#3A0B4A
8#270731
9#130419
Tints
Lighter variations
1#BE4AE5
2#C65EE8
3#CD72EB
4#D487EE
5#DB9BF1
6#E2AFF4
7#E9C3F6
8#F1D7F9
9#F8EBFC
Tones
Muted variations
1#B33FDA
2#AF47D1
3#AA50C8
4#A659C0
5#A261B7
6#9D6AAF
7#9972A6
8#957B9D
9#918495
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;
}