Orchid
#BE2EEA
PinkColor Codes
All color formats for development
HEX
#BE2EEARGB
rgb(190, 46, 234)HSL
hsl(286, 82%, 55%)OKLCH
oklch(0.609 0.268 316.4)CMYK
cmyk(19%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B517E6
2#A114CC
3#8D12B3
4#790F99
5#650D80
6#510A66
7#3C084D
8#280533
9#14031A
Tints
Lighter variations
1#C543EC
2#CB58EE
3#D26DF1
4#D882F3
5#DF97F5
6#E5ABF7
7#ECC0F9
8#F2D5FB
9#F9EAFD
Tones
Muted variations
1#B938E1
2#B441D8
3#AF4ACE
4#AA54C5
5#A55DBB
6#A067B2
7#9B70A8
8#96799F
9#918396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC3 #ECC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE94 #DE94F4 | BordersInactive statesPlaceholder text |
| 400 | CD5D #CD5DEF | Disabled statesSecondary iconsMuted text |
| 500 | BE2E #BE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A114 #A114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8010 #8010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074A | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DFFC;
--orchid-200: #ECC3F9;
--orchid-300: #DE94F4;
--orchid-400: #CD5DEF;
--orchid-500: #BE2EEA;
--orchid-600: #A114CC;
--orchid-700: #8010A2;
--orchid-800: #5C0B74;
--orchid-900: #3B074A;
--orchid-950: #25052E;
}