Orchid
#EA61D1
PinkColor Codes
All color formats for development
HEX
#EA61D1RGB
rgb(234, 97, 209)HSL
hsl(311, 77%, 65%)OKLCH
oklch(0.702 0.21 335.3)CMYK
cmyk(0%, 59%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744C9
2#E326C0
3#CD1BAD
4#B01794
5#93137B
6#750F63
7#580B4A
8#3B0831
9#1D0419
Tints
Lighter variations
1#ED71D6
2#EF81DA
3#F190DF
4#F3A0E4
5#F5B0E8
6#F7C0ED
7#F9D0F1
8#FBDFF6
9#FDEFFA
Tones
Muted variations
1#E468CD
2#DD6FC9
3#D676C4
4#CF7DC0
5#C883BC
6#C18AB7
7#BA91B3
8#B398AE
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 | F7C4 #F7C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61D1 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48093D | 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: #F7C4EE;
--orchid-300: #F297E1;
--orchid-400: #EA61D1;
--orchid-500: #E534C4;
--orchid-600: #C71AA7;
--orchid-700: #9E1585;
--orchid-800: #710F5F;
--orchid-900: #48093D;
--orchid-950: #2D0626;
}