Orchid
#E92FD0
PinkColor Codes
All color formats for development
HEX
#E92FD0RGB
rgb(233, 47, 208)HSL
hsl(308, 81%, 55%)OKLCH
oklch(0.656 0.265 334.6)CMYK
cmyk(0%, 80%, 11%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E418C9
2#CB15B3
3#B2139C
4#981086
5#7F0D70
6#660B59
7#4C0843
8#33052D
9#190316
Tints
Lighter variations
1#EB44D5
2#EE59DA
3#F06EDE
4#F282E3
5#F497E8
6#F6ACEC
7#F8C1F1
8#FBD5F6
9#FDEAFA
Tones
Muted variations
1#E039CA
2#D742C3
3#CD4BBC
4#C454B5
5#BB5EAE
6#B167A8
7#A870A1
8#9F7A9A
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 #F495E7 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DDB | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2118E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0841 | 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: #F495E7;
--orchid-400: #EE5DDB;
--orchid-500: #E92FD0;
--orchid-600: #CB15B3;
--orchid-700: #A2118E;
--orchid-800: #730C66;
--orchid-900: #4A0841;
--orchid-950: #2E0529;
}