Orchid
#BE35E3
PinkColor Codes
All color formats for development
HEX
#BE35E3RGB
rgb(190, 53, 227)HSL
hsl(287, 76%, 55%)OKLCH
oklch(0.609 0.256 317.8)CMYK
cmyk(16%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B51EDE
2#A11BC5
3#8C18AD
4#781494
5#64117B
6#500D63
7#3C0A4A
8#280731
9#140319
Tints
Lighter variations
1#C449E6
2#CB5DE9
3#D172EC
4#D886EE
5#DE9AF1
6#E5AEF4
7#EBC2F7
8#F2D7F9
9#F8EBFC
Tones
Muted variations
1#B93EDB
2#B446D2
3#AF4FC9
4#AA58C1
5#A561B8
6#A069AF
7#9B72A6
8#967B9E
9#918495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC5 #ECC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE98 #DE98F1 | BordersInactive statesPlaceholder text |
| 400 | CC62 #CC62EA | Disabled statesSecondary iconsMuted text |
| 500 | BE35 #BE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11B #A11BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0F #5B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0A #3A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F5E0FB;
--orchid-200: #ECC5F7;
--orchid-300: #DE98F1;
--orchid-400: #CC62EA;
--orchid-500: #BE35E3;
--orchid-600: #A11BC5;
--orchid-700: #80159D;
--orchid-800: #5B0F70;
--orchid-900: #3A0A48;
--orchid-950: #24062D;
}