Orchid
#EB60D2
PinkColor Codes
All color formats for development
HEX
#EB60D2RGB
rgb(235, 96, 210)HSL
hsl(311, 78%, 65%)OKLCH
oklch(0.702 0.213 335.2)CMYK
cmyk(0%, 59%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843C9
2#E425C1
3#CF1AAD
4#B11695
5#94127C
6#760F63
7#590B4A
8#3B0732
9#1E0419
Tints
Lighter variations
1#ED70D6
2#EF80DB
3#F190DF
4#F3A0E4
5#F5B0E8
6#F7BFED
7#F9CFF1
8#FBDFF6
9#FDEFFA
Tones
Muted variations
1#E467CD
2#DD6EC9
3#D675C5
4#D07CC0
5#C983BC
6#C28AB7
7#BB91B3
8#B498AF
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1485 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093D | 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: #FDF1FB;
--orchid-100: #FBDFF6;
--orchid-200: #F8C4EE;
--orchid-300: #F297E1;
--orchid-400: #EB60D2;
--orchid-500: #E633C5;
--orchid-600: #C819A8;
--orchid-700: #9F1485;
--orchid-800: #710E5F;
--orchid-900: #49093D;
--orchid-950: #2D0626;
}