Orchid
#C632E7
PinkColor Codes
All color formats for development
HEX
#C632E7RGB
rgb(198, 50, 231)HSL
hsl(289, 79%, 55%)OKLCH
oklch(0.62 0.265 319.3)CMYK
cmyk(14%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD1BE2
2#A818C9
3#9315B0
4#7E1297
5#690F7E
6#540C64
7#3F094B
8#2A0632
9#150319
Tints
Lighter variations
1#CB46E9
2#D15BEC
3#D76FEE
4#DD84F1
5#E298F3
6#E8ADF5
7#EEC1F8
8#F4D6FA
9#F9EAFD
Tones
Muted variations
1#C03BDE
2#BA44D5
3#B44DCC
4#AF56C3
5#A95FBA
6#A368B1
7#9D71A7
8#987A9E
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 | E296 #E296F3 | BordersInactive statesPlaceholder text |
| 400 | D25F #D25FEC | Disabled statesSecondary iconsMuted text |
| 500 | C632 #C632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A818 #A818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8613 #8613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | 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: #E296F3;
--orchid-400: #D25FEC;
--orchid-500: #C632E7;
--orchid-600: #A818C9;
--orchid-700: #8613A0;
--orchid-800: #600D72;
--orchid-900: #3D0949;
--orchid-950: #26052E;
}