Orchid
#EC5FC9
PinkColor Codes
All color formats for development
HEX
#EC5FC9RGB
rgb(236, 95, 201)HSL
hsl(315, 79%, 65%)OKLCH
oklch(0.698 0.209 338.5)CMYK
cmyk(0%, 60%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942BF
2#E524B5
3#D018A2
4#B2158B
5#941174
6#770E5C
7#590A45
8#3B072E
9#1E0317
Tints
Lighter variations
1#EE6FCE
2#F07FD4
3#F28FD9
4#F49FDF
5#F6AFE4
6#F8BFE9
7#F9CFEF
8#FBDFF4
9#FDEFFA
Tones
Muted variations
1#E566C5
2#DE6DC2
3#D774BE
4#D07BBB
5#C982B7
6#C28AB4
7#BB91B0
8#B498AD
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396DC | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC9 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732BA | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9189D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0137D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FA;
--orchid-100: #FBDFF4;
--orchid-200: #F8C4EB;
--orchid-300: #F396DC;
--orchid-400: #EC5FC9;
--orchid-500: #E732BA;
--orchid-600: #C9189D;
--orchid-700: #A0137D;
--orchid-800: #720D59;
--orchid-900: #490939;
--orchid-950: #2E0524;
}