Orchid
#CD2FE9
PinkColor Codes
All color formats for development
HEX
#CD2FE9RGB
rgb(205, 47, 233)HSL
hsl(291, 81%, 55%)OKLCH
oklch(0.629 0.271 320.9)CMYK
cmyk(12%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C618E4
2#B015CB
3#9A13B2
4#841098
5#6E0D7F
6#580B66
7#42084C
8#2C0533
9#160319
Tints
Lighter variations
1#D244EB
2#D759EE
3#DC6EF0
4#E182F2
5#E697F4
6#EBACF6
7#F0C1F8
8#F5D5FB
9#FAEAFD
Tones
Muted variations
1#C739E0
2#C042D7
3#BA4BCD
4#B354C4
5#AD5EBB
6#A667B1
7#A070A8
8#997A9F
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C3 #F1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E695 #E695F4 | BordersInactive statesPlaceholder text |
| 400 | D85D #D85DEE | Disabled statesSecondary iconsMuted text |
| 500 | CD2F #CD2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B015 #B015CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C11 #8C11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640C #640C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #40084A | 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: #FCF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F1C3F9;
--orchid-300: #E695F4;
--orchid-400: #D85DEE;
--orchid-500: #CD2FE9;
--orchid-600: #B015CB;
--orchid-700: #8C11A2;
--orchid-800: #640C73;
--orchid-900: #40084A;
--orchid-950: #28052E;
}