Orchid
#EC5DEE
PinkColor Codes
All color formats for development
HEX
#EC5DEERGB
rgb(236, 93, 238)HSL
hsl(299, 81%, 65%)OKLCH
oklch(0.714 0.24 327.2)CMYK
cmyk(1%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E83FEB
2#E421E8
3#CF16D2
4#B113B4
5#941096
6#760D78
7#59095A
8#3B063C
9#1E031E
Tints
Lighter variations
1#EE6EF0
2#F07EF1
3#F18EF3
4#F39EF5
5#F5AEF7
6#F7BEF8
7#F9CFFA
8#FBDFFC
9#FDEFFD
Tones
Muted variations
1#E565E7
2#DE6CE0
3#D773D8
4#D07AD1
5#C982CA
6#C289C3
7#BB90BB
8#B497B4
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F4 | BordersInactive statesPlaceholder text |
| 400 | EC5D #EC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | E62F #E62FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C815 #C815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F11 #9F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720C #720C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49084A | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDFFC;
--orchid-200: #F8C3F9;
--orchid-300: #F295F4;
--orchid-400: #EC5DEE;
--orchid-500: #E62FE9;
--orchid-600: #C815CB;
--orchid-700: #9F11A2;
--orchid-800: #720C73;
--orchid-900: #49084A;
--orchid-950: #2D052E;
}