Orchid
#E765C8
PinkColor Codes
All color formats for development
HEX
#E765C8RGB
rgb(231, 101, 200)HSL
hsl(314, 73%, 65%)OKLCH
oklch(0.698 0.196 337.7)CMYK
cmyk(0%, 56%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248BE
2#DE2BB4
3#C91FA1
4#AC1B8A
5#8F1673
6#73125C
7#560D45
8#39092E
9#1D0417
Tints
Lighter variations
1#E974CE
2#EC83D3
3#EE93D9
4#F1A2DE
5#F3B2E4
6#F5C1E9
7#F8D1EF
8#FAE0F4
9#FDF0FA
Tones
Muted variations
1#E06BC5
2#DA72C2
3#D378BE
4#CD7FBB
5#C685B7
6#C08CB4
7#B992B0
8#B399AD
9#AC9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADB | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C8 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A187C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B39 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FA;
--orchid-100: #FAE0F4;
--orchid-200: #F6C6EB;
--orchid-300: #EF9ADB;
--orchid-400: #E765C8;
--orchid-500: #E038B9;
--orchid-600: #C21E9C;
--orchid-700: #9A187C;
--orchid-800: #6E1159;
--orchid-900: #470B39;
--orchid-950: #2C0723;
}