Orchid
#E665C4
PinkColor Codes
All color formats for development
HEX
#E665C4RGB
rgb(230, 101, 196)HSL
hsl(316, 72%, 65%)OKLCH
oklch(0.695 0.192 338.9)CMYK
cmyk(0%, 56%, 15%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E149B9
2#DD2CAE
3#C8209B
4#AB1C85
5#8F176F
6#721359
7#560E42
8#39092C
9#1D0516
Tints
Lighter variations
1#E975CA
2#EB84D0
3#EE94D6
4#F0A3DB
5#F3B2E1
6#F5C2E7
7#F8D1ED
8#FAE0F3
9#FDF0F9
Tones
Muted variations
1#E06CC1
2#D972BE
3#D379BB
4#CC7FB8
5#C686B5
6#BF8CB2
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 | E665 #E665C4 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3AB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B37 | 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: #E665C4;
--orchid-500: #DF3AB3;
--orchid-600: #C11F96;
--orchid-700: #9A1977;
--orchid-800: #6E1255;
--orchid-900: #460B37;
--orchid-950: #2C0722;
}