Orchid
#E665C8
PinkColor Codes
All color formats for development
HEX
#E665C8RGB
rgb(230, 101, 200)HSL
hsl(314, 72%, 65%)OKLCH
oklch(0.697 0.195 337.4)CMYK
cmyk(0%, 56%, 13%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E149BE
2#DD2CB4
3#C820A1
4#AB1C8A
5#8F1773
6#72135C
7#560E45
8#39092E
9#1D0517
Tints
Lighter variations
1#E975CE
2#EB84D3
3#EE94D9
4#F0A3DE
5#F3B2E4
6#F5C2E9
7#F8D1EF
8#FAE0F4
9#FDF0FA
Tones
Muted variations
1#E06CC5
2#D972C1
3#D379BE
4#CC7FBA
5#C686B7
6#BF8CB3
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 | E665 #E665C8 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3AB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A197C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1258 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B38 | 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: #E665C8;
--orchid-500: #DF3AB8;
--orchid-600: #C11F9B;
--orchid-700: #9A197C;
--orchid-800: #6E1258;
--orchid-900: #460B38;
--orchid-950: #2C0723;
}