Orchid
#E236C6
PinkColor Codes
All color formats for development
HEX
#E236C6RGB
rgb(226, 54, 198)HSL
hsl(310, 75%, 55%)OKLCH
oklch(0.645 0.249 335.8)CMYK
cmyk(0%, 76%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD20BD
2#C41CA8
3#AC1993
4#93157E
5#7B1269
6#620E54
7#4A0B3F
8#31072A
9#190415
Tints
Lighter variations
1#E54ACB
2#E85ED1
3#EB72D7
4#EE87DD
5#F19BE2
6#F4AFE8
7#F6C3EE
8#F9D7F4
9#FCEBF9
Tones
Muted variations
1#DA3FC0
2#D147BA
3#C850B4
4#C059AF
5#B761A9
6#AF6AA3
7#A6729D
8#9D7B98
9#958492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E2 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963D2 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FBE0F6;
--orchid-200: #F7C5EE;
--orchid-300: #F098E2;
--orchid-400: #E963D2;
--orchid-500: #E236C6;
--orchid-600: #C41CA8;
--orchid-700: #9C1686;
--orchid-800: #701060;
--orchid-900: #470A3D;
--orchid-950: #2D0626;
}