Orchid
#C32CED
PinkColor Codes
All color formats for development
HEX
#C32CEDRGB
rgb(195, 44, 237)HSL
hsl(287, 84%, 55%)OKLCH
oklch(0.616 0.273 317.2)CMYK
cmyk(18%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA14E8
2#A612CE
3#9110B5
4#7C0D9B
5#680B81
6#530967
7#3E074D
8#290434
9#15021A
Tints
Lighter variations
1#C941EE
2#CF56F0
3#D56BF2
4#DB80F4
5#E195F6
6#E7ABF8
7#EDC0F9
8#F3D5FB
9#F9EAFD
Tones
Muted variations
1#BD35E3
2#B83FD9
3#B249D0
4#AD52C6
5#A85CBC
6#A266B3
7#9D6FA9
8#9779A0
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E093 #E093F6 | BordersInactive statesPlaceholder text |
| 400 | D05B #D05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C32C #C32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A612 #A612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840E #840EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EEC2FA;
--orchid-300: #E093F6;
--orchid-400: #D05BF1;
--orchid-500: #C32CED;
--orchid-600: #A612CE;
--orchid-700: #840EA4;
--orchid-800: #5E0A75;
--orchid-900: #3C074B;
--orchid-950: #26042F;
}