Orchid
#EF5DEC
PinkColor Codes
All color formats for development
HEX
#EF5DECRGB
rgb(239, 93, 236)HSL
hsl(301, 82%, 65%)OKLCH
oklch(0.717 0.239 328.5)CMYK
cmyk(0%, 61%, 1%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3EE9
2#E920E6
3#D315D0
4#B512B2
5#970F95
6#790C77
7#5A0959
8#3C063B
9#1E031E
Tints
Lighter variations
1#F16DEE
2#F27DF0
3#F48DF2
4#F59EF4
5#F7AEF6
6#F9BEF8
7#FACEF9
8#FCDFFB
9#FDEFFD
Tones
Muted variations
1#E864E5
2#E06BDE
3#D973D7
4#D27AD0
5#CA81C9
6#C388C2
7#BC90BB
8#B497B4
9#AD9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494F3 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DEC | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A210A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0749 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDFFB;
--orchid-200: #F9C3F8;
--orchid-300: #F494F3;
--orchid-400: #EF5DEC;
--orchid-500: #EA2EE7;
--orchid-600: #CC14C9;
--orchid-700: #A210A0;
--orchid-800: #740B72;
--orchid-900: #4A0749;
--orchid-950: #2E052E;
}