Orchid
#EC5FD9
PinkColor Codes
All color formats for development
HEX
#EC5FD9RGB
rgb(236, 95, 217)HSL
hsl(308, 79%, 65%)OKLCH
oklch(0.706 0.22 333.3)CMYK
cmyk(0%, 60%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942D2
2#E524CC
3#D018B7
4#B2159D
5#941183
6#770E69
7#590A4F
8#3B0734
9#1E031A
Tints
Lighter variations
1#EE6FDD
2#F07FE1
3#F28FE5
4#F49FE8
5#F6AFEC
6#F8BFF0
7#F9CFF4
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E566D4
2#DE6DCF
3#D774CA
4#D07BC5
5#C982C0
6#C28ABA
7#BB91B5
8#B498B0
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E6 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FD9 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732CF | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0138D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490940 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF7;
--orchid-200: #F8C4F1;
--orchid-300: #F396E6;
--orchid-400: #EC5FD9;
--orchid-500: #E732CF;
--orchid-600: #C918B1;
--orchid-700: #A0138D;
--orchid-800: #720D65;
--orchid-900: #490940;
--orchid-950: #2E0528;
}