Orchid
#EA61DA
PinkColor Codes
All color formats for development
HEX
#EA61DARGB
rgb(234, 97, 218)HSL
hsl(307, 77%, 65%)OKLCH
oklch(0.706 0.217 332.4)CMYK
cmyk(0%, 59%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744D4
2#E326CD
3#CD1BB9
4#B0179E
5#931384
6#750F69
7#580B4F
8#3B0835
9#1D041A
Tints
Lighter variations
1#ED71DE
2#EF81E2
3#F190E5
4#F3A0E9
5#F5B0ED
6#F7C0F0
7#F9D0F4
8#FBDFF8
9#FDEFFB
Tones
Muted variations
1#E468D5
2#DD6FD0
3#D676CB
4#CF7DC5
5#C883C0
6#C18ABB
7#BA91B6
8#B398B0
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E7 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61DA | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E158E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480941 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F7C4F1;
--orchid-300: #F297E7;
--orchid-400: #EA61DA;
--orchid-500: #E534D0;
--orchid-600: #C71AB2;
--orchid-700: #9E158E;
--orchid-800: #710F65;
--orchid-900: #480941;
--orchid-950: #2D0629;
}