Orchid
#BE34E5
PinkColor Codes
All color formats for development
HEX
#BE34E5RGB
rgb(190, 52, 229)HSL
hsl(287, 77%, 55%)OKLCH
oklch(0.609 0.259 317.4)CMYK
cmyk(17%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B51DDF
2#A11AC7
3#8D17AE
4#791395
5#65107C
6#510D63
7#3C0A4A
8#280632
9#140319
Tints
Lighter variations
1#C548E7
2#CB5DEA
3#D271ED
4#D885EF
5#DF99F2
6#E5AEF4
7#ECC2F7
8#F2D6FA
9#F9EBFC
Tones
Muted variations
1#B93DDC
2#B446D3
3#AF4ECA
4#AA57C1
5#A560B8
6#A069B0
7#9B72A7
8#967B9E
9#918395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC4 #ECC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD61 #CD61EA | Disabled statesSecondary iconsMuted text |
| 500 | BE34 #BE34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11A #A11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0F #5C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #ECC4F7;
--orchid-300: #DE97F2;
--orchid-400: #CD61EA;
--orchid-500: #BE34E5;
--orchid-600: #A11AC7;
--orchid-700: #80159E;
--orchid-800: #5C0F71;
--orchid-900: #3B0948;
--orchid-950: #25062D;
}