Orchid
#EC5FDC
PinkColor Codes
All color formats for development
HEX
#EC5FDCRGB
rgb(236, 95, 220)HSL
hsl(307, 79%, 65%)OKLCH
oklch(0.707 0.223 332.3)CMYK
cmyk(0%, 60%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942D5
2#E524CF
3#D018BA
4#B215A0
5#941185
6#770E6A
7#590A50
8#3B0735
9#1E031B
Tints
Lighter variations
1#EE6FDF
2#F07FE3
3#F28FE6
4#F49FEA
5#F6AFED
6#F8BFF1
7#F9CFF4
8#FBDFF8
9#FDEFFB
Tones
Muted variations
1#E566D6
2#DE6DD1
3#D774CC
4#D07BC6
5#C982C1
6#C28ABB
7#BB91B6
8#B498B1
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E8 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FDC | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0138F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490942 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F8C4F2;
--orchid-300: #F396E8;
--orchid-400: #EC5FDC;
--orchid-500: #E732D2;
--orchid-600: #C918B4;
--orchid-700: #A0138F;
--orchid-800: #720D66;
--orchid-900: #490942;
--orchid-950: #2E0529;
}