Orchid
#EA61CD
PinkColor Codes
All color formats for development
HEX
#EA61CDRGB
rgb(234, 97, 205)HSL
hsl(313, 77%, 65%)OKLCH
oklch(0.7 0.207 336.7)CMYK
cmyk(0%, 59%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744C3
2#E326BA
3#CD1BA7
4#B0178F
5#931377
6#750F5F
7#580B47
8#3B0830
9#1D0418
Tints
Lighter variations
1#ED71D2
2#EF81D7
3#F190DC
4#F3A0E1
5#F5B0E6
6#F7C0EB
7#F9D0F0
8#FBDFF5
9#FDEFFA
Tones
Muted variations
1#E468C9
2#DD6FC5
3#D676C1
4#CF7DBD
5#C883B9
6#C18AB5
7#BA91B1
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 #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DE | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61CD | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534BE | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48093B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FB;
--orchid-100: #FBDFF5;
--orchid-200: #F7C4EC;
--orchid-300: #F297DE;
--orchid-400: #EA61CD;
--orchid-500: #E534BE;
--orchid-600: #C71AA1;
--orchid-700: #9E1580;
--orchid-800: #710F5C;
--orchid-900: #48093B;
--orchid-950: #2D0625;
}