Orchid
#EA61D6
PinkColor Codes
All color formats for development
HEX
#EA61D6RGB
rgb(234, 97, 214)HSL
hsl(309, 77%, 65%)OKLCH
oklch(0.704 0.214 333.7)CMYK
cmyk(0%, 59%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744CE
2#E326C7
3#CD1BB3
4#B01799
5#931380
6#750F66
7#580B4D
8#3B0833
9#1D041A
Tints
Lighter variations
1#ED71DA
2#EF81DE
3#F190E2
4#F3A0E6
5#F5B0EA
6#F7C0EF
7#F9D0F3
8#FBDFF7
9#FDEFFB
Tones
Muted variations
1#E468D1
2#DD6FCC
3#D676C7
4#CF7DC3
5#C883BE
6#C18AB9
7#BA91B4
8#B398AF
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E4 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61D6 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534CA | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48093F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF7;
--orchid-200: #F7C4F0;
--orchid-300: #F297E4;
--orchid-400: #EA61D6;
--orchid-500: #E534CA;
--orchid-600: #C71AAD;
--orchid-700: #9E1589;
--orchid-800: #710F62;
--orchid-900: #48093F;
--orchid-950: #2D0627;
}