Orchid
#E665CC
PinkColor Codes
All color formats for development
HEX
#E665CCRGB
rgb(230, 101, 204)HSL
hsl(312, 72%, 65%)OKLCH
oklch(0.699 0.198 336)CMYK
cmyk(0%, 56%, 11%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E149C3
2#DD2CB9
3#C820A6
4#AB1C8E
5#8F1777
6#72135F
7#560E47
8#39092F
9#1D0518
Tints
Lighter variations
1#E975D1
2#EB84D6
3#EE94DC
4#F0A3E1
5#F3B2E6
6#F5C2EB
7#F8D1F0
8#FAE0F5
9#FDF0FA
Tones
Muted variations
1#E06CC8
2#D972C5
3#D379C1
4#CC7FBD
5#C686B9
6#BF8CB5
7#B992B1
8#B399AD
9#AC9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADE | BordersInactive statesPlaceholder text |
| 400 | E665 #E665CC | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3ABE | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11FA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E125B | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B3A | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FAE0F5;
--orchid-200: #F6C6EC;
--orchid-300: #EF9ADE;
--orchid-400: #E665CC;
--orchid-500: #DF3ABE;
--orchid-600: #C11FA1;
--orchid-700: #9A1980;
--orchid-800: #6E125B;
--orchid-900: #460B3A;
--orchid-950: #2C0725;
}