Orchid
#E760EB
PinkColor Codes
All color formats for development
HEX
#E760EBRGB
rgb(231, 96, 235)HSL
hsl(298, 78%, 65%)OKLCH
oklch(0.709 0.23 326.5)CMYK
cmyk(2%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E243E8
2#DE25E4
3#C81ACF
4#AC16B1
5#8F1294
6#730F76
7#560B59
8#39073B
9#1D041E
Tints
Lighter variations
1#E970ED
2#EC80EF
3#EE90F1
4#F0A0F3
5#F3B0F5
6#F5BFF7
7#F8CFF9
8#FADFFB
9#FDEFFD
Tones
Muted variations
1#E067E4
2#DA6EDD
3#D375D6
4#CD7CD0
5#C683C9
6#C08AC2
7#B991BB
8#B398B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF97 #EF97F2 | BordersInactive statesPlaceholder text |
| 400 | E760 #E760EB | Disabled statesSecondary iconsMuted text |
| 500 | E033 #E033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C219 #C219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A14 #9A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0E #6E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4709 #470949 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F6C4F8;
--orchid-300: #EF97F2;
--orchid-400: #E760EB;
--orchid-500: #E033E6;
--orchid-600: #C219C8;
--orchid-700: #9A149F;
--orchid-800: #6E0E71;
--orchid-900: #470949;
--orchid-950: #2C062D;
}