Orchid
#CC32E7
PinkColor Codes
All color formats for development
HEX
#CC32E7RGB
rgb(204, 50, 231)HSL
hsl(291, 79%, 55%)OKLCH
oklch(0.629 0.267 321)CMYK
cmyk(12%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C41BE2
2#AE18C9
3#9815B0
4#831297
5#6D0F7E
6#570C64
7#41094B
8#2C0632
9#160319
Tints
Lighter variations
1#D146E9
2#D65BEC
3#DB6FEE
4#E084F1
5#E598F3
6#EAADF5
7#F0C1F8
8#F5D6FA
9#FAEAFD
Tones
Muted variations
1#C53BDE
2#BF44D5
3#B94DCC
4#B256C3
5#AC5FBA
6#A668B1
7#9F71A7
8#997A9E
9#938395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E596 #E596F3 | BordersInactive statesPlaceholder text |
| 400 | D75F #D75FEC | Disabled statesSecondary iconsMuted text |
| 500 | CC32 #CC32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AE18 #AE18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B13 #8B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F7DFFB;
--orchid-200: #F0C4F8;
--orchid-300: #E596F3;
--orchid-400: #D75FEC;
--orchid-500: #CC32E7;
--orchid-600: #AE18C9;
--orchid-700: #8B13A0;
--orchid-800: #630D72;
--orchid-900: #3F0949;
--orchid-950: #28052E;
}