Orchid
#EA61E6
PinkColor Codes
All color formats for development
HEX
#EA61E6RGB
rgb(234, 97, 230)HSL
hsl(302, 77%, 65%)OKLCH
oklch(0.711 0.227 328.8)CMYK
cmyk(0%, 59%, 2%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744E1
2#E326DD
3#CD1BC7
4#B017AB
5#93138E
6#750F72
7#580B55
8#3B0839
9#1D041C
Tints
Lighter variations
1#ED71E8
2#EF81EB
3#F190ED
4#F3A0F0
5#F5B0F2
6#F7C0F5
7#F9D0F7
8#FBDFFA
9#FDEFFC
Tones
Muted variations
1#E468DF
2#DD6FD9
3#D676D3
4#CF7DCC
5#C883C6
6#C18ABF
7#BA91B9
8#B398B3
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297EE | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61E6 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534DF | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480946 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFA;
--orchid-200: #F7C4F6;
--orchid-300: #F297EE;
--orchid-400: #EA61E6;
--orchid-500: #E534DF;
--orchid-600: #C71AC1;
--orchid-700: #9E1599;
--orchid-800: #710F6E;
--orchid-900: #480946;
--orchid-950: #2D062C;
}