Orchid
#C42FE9
PinkColor Codes
All color formats for development
HEX
#C42FE9RGB
rgb(196, 47, 233)HSL
hsl(288, 81%, 55%)OKLCH
oklch(0.617 0.268 318.3)CMYK
cmyk(16%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC18E4
2#A715CB
3#9213B2
4#7D1098
5#680D7F
6#530B66
7#3F084C
8#2A0533
9#150319
Tints
Lighter variations
1#CA44EB
2#D059EE
3#D66EF0
4#DC82F2
5#E297F4
6#E7ACF6
7#EDC1F8
8#F3D5FB
9#F9EAFD
Tones
Muted variations
1#BE39E0
2#B942D7
3#B34BCD
4#AE54C4
5#A85EBB
6#A367B1
7#9D70A8
8#977A9F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F4 | BordersInactive statesPlaceholder text |
| 400 | D15D #D15DEE | Disabled statesSecondary iconsMuted text |
| 500 | C42F #C42FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A715 #A715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8511 #8511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0C #5F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D084A | 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: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EEC3F9;
--orchid-300: #E195F4;
--orchid-400: #D15DEE;
--orchid-500: #C42FE9;
--orchid-600: #A715CB;
--orchid-700: #8511A2;
--orchid-800: #5F0C73;
--orchid-900: #3D084A;
--orchid-950: #26052E;
}