Orchid
#E765C2
PinkColor Codes
All color formats for development
HEX
#E765C2RGB
rgb(231, 101, 194)HSL
hsl(317, 73%, 65%)OKLCH
oklch(0.696 0.192 339.9)CMYK
cmyk(0%, 56%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248B7
2#DE2BAB
3#C91F99
4#AC1B83
5#8F166D
6#731257
7#560D41
8#39092C
9#1D0416
Tints
Lighter variations
1#E974C8
2#EC83CE
3#EE93D4
4#F1A2DA
5#F3B2E0
6#F5C1E7
7#F8D1ED
8#FAE0F3
9#FDF0F9
Tones
Muted variations
1#E06BBF
2#DA72BC
3#D378BA
4#CD7FB7
5#C685B4
6#C08CB1
7#B992AE
8#B399AB
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 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C2 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1875 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B36 | 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: #F6C6E8;
--orchid-300: #EF9AD7;
--orchid-400: #E765C2;
--orchid-500: #E038B1;
--orchid-600: #C21E94;
--orchid-700: #9A1875;
--orchid-800: #6E1154;
--orchid-900: #470B36;
--orchid-950: #2C0722;
}