Orchid
#E765C4
PinkColor Codes
All color formats for development
HEX
#E765C4RGB
rgb(231, 101, 196)HSL
hsl(316, 73%, 65%)OKLCH
oklch(0.697 0.193 339.2)CMYK
cmyk(0%, 56%, 15%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248B9
2#DE2BAE
3#C91F9C
4#AC1B85
5#8F166F
6#731259
7#560D43
8#39092C
9#1D0416
Tints
Lighter variations
1#E974CA
2#EC83D0
3#EE93D6
4#F1A2DC
5#F3B2E2
6#F5C1E7
7#F8D1ED
8#FAE0F3
9#FDF0F9
Tones
Muted variations
1#E06BC1
2#DA72BE
3#D378BB
4#CD7FB8
5#C685B5
6#C08CB2
7#B992AF
8#B399AC
9#AC9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C4 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1878 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B37 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FA;
--orchid-100: #FAE0F3;
--orchid-200: #F6C6E9;
--orchid-300: #EF9AD8;
--orchid-400: #E765C4;
--orchid-500: #E038B3;
--orchid-600: #C21E96;
--orchid-700: #9A1878;
--orchid-800: #6E1155;
--orchid-900: #470B37;
--orchid-950: #2C0722;
}