Orchid
#EA61E1
PinkColor Codes
All color formats for development
HEX
#EA61E1RGB
rgb(234, 97, 225)HSL
hsl(304, 77%, 65%)OKLCH
oklch(0.709 0.223 330.3)CMYK
cmyk(0%, 59%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744DC
2#E326D6
3#CD1BC1
4#B017A6
5#93138A
6#750F6F
7#580B53
8#3B0837
9#1D041C
Tints
Lighter variations
1#ED71E4
2#EF81E7
3#F190EA
4#F3A0ED
5#F5B0F0
6#F7C0F3
7#F9D0F6
8#FBDFF9
9#FDEFFC
Tones
Muted variations
1#E468DB
2#DD6FD5
3#D676CF
4#CF7DC9
5#C883C4
6#C18ABE
7#BA91B8
8#B398B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297EB | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61E1 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71ABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480944 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF9;
--orchid-200: #F7C4F4;
--orchid-300: #F297EB;
--orchid-400: #EA61E1;
--orchid-500: #E534D9;
--orchid-600: #C71ABB;
--orchid-700: #9E1595;
--orchid-800: #710F6A;
--orchid-900: #480944;
--orchid-950: #2D062B;
}