Orchid
#E765C6
PinkColor Codes
All color formats for development
HEX
#E765C6RGB
rgb(231, 101, 198)HSL
hsl(315, 73%, 65%)OKLCH
oklch(0.697 0.194 338.4)CMYK
cmyk(0%, 56%, 14%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248BC
2#DE2BB1
3#C91F9E
4#AC1B88
5#8F1671
6#73125A
7#560D44
8#39092D
9#1D0417
Tints
Lighter variations
1#E974CC
2#EC83D2
3#EE93D7
4#F1A2DD
5#F3B2E3
6#F5C1E8
7#F8D1EE
8#FAE0F4
9#FDF0F9
Tones
Muted variations
1#E06BC3
2#DA72C0
3#D378BD
4#CD7FB9
5#C685B6
6#C08CB3
7#B992B0
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 #FAE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADA | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C6 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A187A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B38 | 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: #F6C6EA;
--orchid-300: #EF9ADA;
--orchid-400: #E765C6;
--orchid-500: #E038B6;
--orchid-600: #C21E99;
--orchid-700: #9A187A;
--orchid-800: #6E1157;
--orchid-900: #470B38;
--orchid-950: #2C0723;
}