Orchid
#E92FD4
PinkColor Codes
All color formats for development
HEX
#E92FD4RGB
rgb(233, 47, 212)HSL
hsl(307, 81%, 55%)OKLCH
oklch(0.658 0.268 333.5)CMYK
cmyk(0%, 80%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E418CD
2#CB15B6
3#B2139F
4#981088
5#7F0D72
6#660B5B
7#4C0844
8#33052D
9#190317
Tints
Lighter variations
1#EB44D8
2#EE59DC
3#F06EE1
4#F282E5
5#F497E9
6#F6ACEE
7#F8C1F2
8#FBD5F6
9#FDEAFB
Tones
Muted variations
1#E039CC
2#D742C5
3#CD4BBE
4#C454B7
5#BB5EB0
6#B167A9
7#A870A2
8#9F7A9B
9#968393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495E9 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DDD | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0842 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDFF8;
--orchid-200: #F9C3F2;
--orchid-300: #F495E9;
--orchid-400: #EE5DDD;
--orchid-500: #E92FD4;
--orchid-600: #CB15B6;
--orchid-700: #A21191;
--orchid-800: #730C67;
--orchid-900: #4A0842;
--orchid-950: #2E0529;
}