Orchid
#EC5FEC
PinkColor Codes
All color formats for development
HEX
#EC5FECRGB
rgb(236, 95, 236)HSL
hsl(300, 79%, 65%)OKLCH
oklch(0.715 0.235 327.7)CMYK
cmyk(0%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942E9
2#E524E5
3#D018D0
4#B215B2
5#941194
6#770E77
7#590A59
8#3B073B
9#1E031E
Tints
Lighter variations
1#EE6FEE
2#F07FF0
3#F28FF2
4#F49FF4
5#F6AFF6
6#F8BFF8
7#F9CFF9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E566E5
2#DE6DDE
3#D774D7
4#D07BD0
5#C982C9
6#C28AC2
7#BB91BB
8#B498B4
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F3 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FEC | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490949 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F8C4F8;
--orchid-300: #F396F3;
--orchid-400: #EC5FEC;
--orchid-500: #E732E7;
--orchid-600: #C918C9;
--orchid-700: #A013A0;
--orchid-800: #720D72;
--orchid-900: #490949;
--orchid-950: #2E052E;
}