Orchid
#EF5DEA
PinkColor Codes
All color formats for development
HEX
#EF5DEARGB
rgb(239, 93, 234)HSL
hsl(302, 82%, 65%)OKLCH
oklch(0.716 0.238 329.1)CMYK
cmyk(0%, 61%, 2%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3EE6
2#E920E2
3#D315CD
4#B512B0
5#970F92
6#790C75
7#5A0958
8#3C063B
9#1E031D
Tints
Lighter variations
1#F16DEC
2#F27DEE
3#F48DF0
4#F59EF2
5#F7AEF5
6#F9BEF7
7#FACEF9
8#FCDFFB
9#FDEFFD
Tones
Muted variations
1#E864E3
2#E06BDC
3#D973D6
4#D27ACF
5#CA81C8
6#C388C1
7#BC90BA
8#B497B3
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 #F9C3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494F1 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DEA | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A2109E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0748 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDFFB;
--orchid-200: #F9C3F7;
--orchid-300: #F494F1;
--orchid-400: #EF5DEA;
--orchid-500: #EA2EE4;
--orchid-600: #CC14C6;
--orchid-700: #A2109E;
--orchid-800: #740B71;
--orchid-900: #4A0748;
--orchid-950: #2E052D;
}