Orchid
#EF5DCD
PinkColor Codes
All color formats for development
HEX
#EF5DCDRGB
rgb(239, 93, 205)HSL
hsl(314, 82%, 65%)OKLCH
oklch(0.702 0.216 337.9)CMYK
cmyk(0%, 61%, 14%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3EC3
2#E920BA
3#D315A7
4#B5128F
5#970F77
6#790C5F
7#5A0947
8#3C0630
9#1E0318
Tints
Lighter variations
1#F16DD2
2#F27DD7
3#F48DDC
4#F59EE1
5#F7AEE6
6#F9BEEB
7#FACEF0
8#FCDFF5
9#FDEFFA
Tones
Muted variations
1#E864C9
2#E06BC5
3#D973C1
4#D27ABD
5#CA81B9
6#C388B5
7#BC90B1
8#B497AE
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494DE | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DCD | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A073B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDFF5;
--orchid-200: #F9C3EC;
--orchid-300: #F494DE;
--orchid-400: #EF5DCD;
--orchid-500: #EA2EBE;
--orchid-600: #CC14A1;
--orchid-700: #A21080;
--orchid-800: #740B5C;
--orchid-900: #4A073B;
--orchid-950: #2E0525;
}