Orchid
#EF5DE8
PinkColor Codes
All color formats for development
HEX
#EF5DE8RGB
rgb(239, 93, 232)HSL
hsl(303, 82%, 65%)OKLCH
oklch(0.715 0.236 329.7)CMYK
cmyk(0%, 61%, 3%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3EE3
2#E920DF
3#D315CA
4#B512AD
5#970F90
6#790C73
7#5A0956
8#3C063A
9#1E031D
Tints
Lighter variations
1#F16DEA
2#F27DEC
3#F48DEF
4#F59EF1
5#F7AEF3
6#F9BEF6
7#FACEF8
8#FCDFFA
9#FDEFFD
Tones
Muted variations
1#E864E1
2#E06BDA
3#D973D4
4#D27ACD
5#CA81C7
6#C388C0
7#BC90BA
8#B497B3
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494F0 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DE8 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A2109B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0747 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDFFA;
--orchid-200: #F9C3F6;
--orchid-300: #F494F0;
--orchid-400: #EF5DE8;
--orchid-500: #EA2EE1;
--orchid-600: #CC14C3;
--orchid-700: #A2109B;
--orchid-800: #740B6F;
--orchid-900: #4A0747;
--orchid-950: #2E052C;
}