Orchid
#CF32E7
PinkColor Codes
All color formats for development
HEX
#CF32E7RGB
rgb(207, 50, 231)HSL
hsl(292, 79%, 55%)OKLCH
oklch(0.633 0.268 321.8)CMYK
cmyk(10%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C71BE2
2#B118C9
3#9B15B0
4#851297
5#6F0F7E
6#590C64
7#42094B
8#2C0632
9#160319
Tints
Lighter variations
1#D446E9
2#D85BEC
3#DD6FEE
4#E284F1
5#E798F3
6#ECADF5
7#F1C1F8
8#F5D6FA
9#FAEAFD
Tones
Muted variations
1#C83BDE
2#C144D5
3#BB4DCC
4#B456C3
5#AD5FBA
6#A768B1
7#A071A7
8#9A7A9E
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 | F1C4 #F1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E696 #E696F3 | BordersInactive statesPlaceholder text |
| 400 | D95F #D95FEC | Disabled statesSecondary iconsMuted text |
| 500 | CF32 #CF32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B118 #B118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D13 #8D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650D #650D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | 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: #F1C4F8;
--orchid-300: #E696F3;
--orchid-400: #D95FEC;
--orchid-500: #CF32E7;
--orchid-600: #B118C9;
--orchid-700: #8D13A0;
--orchid-800: #650D72;
--orchid-900: #400949;
--orchid-950: #28052E;
}