Orchid
#EC5FDE
PinkColor Codes
All color formats for development
HEX
#EC5FDERGB
rgb(236, 95, 222)HSL
hsl(306, 79%, 65%)OKLCH
oklch(0.708 0.224 331.7)CMYK
cmyk(0%, 60%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942D8
2#E524D2
3#D018BD
4#B215A2
5#941187
6#770E6C
7#590A51
8#3B0736
9#1E031B
Tints
Lighter variations
1#EE6FE1
2#F07FE5
3#F28FE8
4#F49FEB
5#F6AFEF
6#F8BFF2
7#F9CFF5
8#FBDFF8
9#FDEFFC
Tones
Muted variations
1#E566D9
2#DE6DD3
3#D774CD
4#D07BC8
5#C982C2
6#C28ABC
7#BB91B7
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 #F8C4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E9 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FDE | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490943 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F8C4F3;
--orchid-300: #F396E9;
--orchid-400: #EC5FDE;
--orchid-500: #E732D5;
--orchid-600: #C918B7;
--orchid-700: #A01392;
--orchid-800: #720D68;
--orchid-900: #490943;
--orchid-950: #2E052A;
}