Orchid
#EA61C6
PinkColor Codes
All color formats for development
HEX
#EA61C6RGB
rgb(234, 97, 198)HSL
hsl(316, 77%, 65%)OKLCH
oklch(0.697 0.203 339.1)CMYK
cmyk(0%, 59%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744BB
2#E326B1
3#CD1B9E
4#B01787
5#931371
6#750F5A
7#580B44
8#3B082D
9#1D0417
Tints
Lighter variations
1#ED71CC
2#EF81D1
3#F190D7
4#F3A0DD
5#F5B0E2
6#F7C0E8
7#F9D0EE
8#FBDFF4
9#FDEFF9
Tones
Muted variations
1#E468C3
2#DD6FBF
3#D676BC
4#CF7DB9
5#C883B6
6#C18AB3
7#BA91AF
8#B398AC
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D9 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61C6 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480937 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FA;
--orchid-100: #FBDFF4;
--orchid-200: #F7C4EA;
--orchid-300: #F297D9;
--orchid-400: #EA61C6;
--orchid-500: #E534B5;
--orchid-600: #C71A99;
--orchid-700: #9E1579;
--orchid-800: #710F57;
--orchid-900: #480937;
--orchid-950: #2D0623;
}