Orchid
#E236D4
PinkColor Codes
All color formats for development
HEX
#E236D4RGB
rgb(226, 54, 212)HSL
hsl(305, 75%, 55%)OKLCH
oklch(0.652 0.259 331.8)CMYK
cmyk(0%, 76%, 6%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD20CD
2#C41CB6
3#AC19A0
4#931589
5#7B1272
6#620E5B
7#4A0B44
8#31072E
9#190417
Tints
Lighter variations
1#E54AD8
2#E85EDD
3#EB72E1
4#EE87E5
5#F19BE9
6#F4AFEE
7#F6C3F2
8#F9D7F6
9#FCEBFB
Tones
Muted variations
1#DA3FCD
2#D147C6
3#C850BE
4#C059B7
5#B761B0
6#AF6AA9
7#A672A2
8#9D7B9B
9#958493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E9 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963DE | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FBE0F8;
--orchid-200: #F7C5F3;
--orchid-300: #F098E9;
--orchid-400: #E963DE;
--orchid-500: #E236D4;
--orchid-600: #C41CB6;
--orchid-700: #9C1691;
--orchid-800: #701068;
--orchid-900: #470A42;
--orchid-950: #2D0629;
}