Orchid
#C332E7
PinkColor Codes
All color formats for development
HEX
#C332E7RGB
rgb(195, 50, 231)HSL
hsl(288, 79%, 55%)OKLCH
oklch(0.616 0.264 318.4)CMYK
cmyk(16%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA1BE2
2#A518C9
3#9115B0
4#7C1297
5#670F7E
6#530C64
7#3E094B
8#290632
9#150319
Tints
Lighter variations
1#C946E9
2#CF5BEC
3#D56FEE
4#DB84F1
5#E198F3
6#E7ADF5
7#EDC1F8
8#F3D6FA
9#F9EAFD
Tones
Muted variations
1#BD3BDE
2#B844D5
3#B24DCC
4#AD56C3
5#A75FBA
6#A268B1
7#9D71A7
8#977A9E
9#928395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E096 #E096F3 | BordersInactive statesPlaceholder text |
| 400 | D05F #D05FEC | Disabled statesSecondary iconsMuted text |
| 500 | C332 #C332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A518 #A518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8413 #8413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC4F8;
--orchid-300: #E096F3;
--orchid-400: #D05FEC;
--orchid-500: #C332E7;
--orchid-600: #A518C9;
--orchid-700: #8413A0;
--orchid-800: #5E0D72;
--orchid-900: #3C0949;
--orchid-950: #26052E;
}