Orchid
#BC2CED
PinkColor Codes
All color formats for development
HEX
#BC2CEDRGB
rgb(188, 44, 237)HSL
hsl(285, 84%, 55%)OKLCH
oklch(0.607 0.271 315.2)CMYK
cmyk(21%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B314E8
2#9F12CE
3#8B10B5
4#770D9B
5#640B81
6#500967
7#3C074D
8#280434
9#14021A
Tints
Lighter variations
1#C341EE
2#CA56F0
3#D06BF2
4#D780F4
5#DE95F6
6#E4ABF8
7#EBC0F9
8#F2D5FB
9#F8EAFD
Tones
Muted variations
1#B835E3
2#B33FD9
3#AE49D0
4#A952C6
5#A45CBC
6#A066B3
7#9B6FA9
8#9679A0
9#918396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC2 #ECC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DD93 #DD93F6 | BordersInactive statesPlaceholder text |
| 400 | CB5B #CB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | BC2C #BC2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F12 #9F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0E #7F0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DEFC;
--orchid-200: #ECC2FA;
--orchid-300: #DD93F6;
--orchid-400: #CB5BF1;
--orchid-500: #BC2CED;
--orchid-600: #9F12CE;
--orchid-700: #7F0EA4;
--orchid-800: #5B0A75;
--orchid-900: #3A074B;
--orchid-950: #24042F;
}