Orchid
#BD2BEE
PinkColor Codes
All color formats for development
HEX
#BD2BEERGB
rgb(189, 43, 238)HSL
hsl(285, 85%, 55%)OKLCH
oklch(0.608 0.273 315.3)CMYK
cmyk(21%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B413EA
2#A011D0
3#8C0FB6
4#780D9C
5#640B82
6#500868
7#3C064E
8#280434
9#14021A
Tints
Lighter variations
1#C440F0
2#CA55F1
3#D16AF3
4#D780F5
5#DE95F6
6#E5AAF8
7#EBBFFA
8#F2D5FC
9#F8EAFD
Tones
Muted variations
1#B834E4
2#B33EDA
3#AE48D1
4#AA52C7
5#A55BBD
6#A065B3
7#9B6FAA
8#9679A0
9#918296
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 | DD92 #DD92F6 | BordersInactive statesPlaceholder text |
| 400 | CC5A #CC5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | BD2B #BD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A011 #A011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0D #7F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A06 #3A064B | 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: #DD92F6;
--orchid-400: #CC5AF2;
--orchid-500: #BD2BEE;
--orchid-600: #A011D0;
--orchid-700: #7F0DA5;
--orchid-800: #5B0A76;
--orchid-900: #3A064B;
--orchid-950: #24042F;
}