Orchid
#E162EA
PinkColor Codes
All color formats for development
HEX
#E162EARGB
rgb(225, 98, 234)HSL
hsl(296, 76%, 65%)OKLCH
oklch(0.703 0.224 325)CMYK
cmyk(4%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB45E6
2#D528E2
3#C01CCC
4#A518AF
5#891492
6#6E1075
7#520C58
8#37083A
9#1B041D
Tints
Lighter variations
1#E472EC
2#E781EE
3#EA91F0
4#EDA1F2
5#F0B0F4
6#F3C0F6
7#F6D0F9
8#F9E0FB
9#FCEFFD
Tones
Muted variations
1#DB69E3
2#D56FDC
3#CF76D5
4#C97DCE
5#C384C8
6#BD8BC1
7#B791BA
8#B298B3
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F9E0FB;
--orchid-200: #F4C5F7;
--orchid-300: #EB98F1;
--orchid-400: #E162EA;
--orchid-500: #D835E3;
--orchid-600: #BA1BC5;
--orchid-700: #94159D;
--orchid-800: #6A0F70;
--orchid-900: #440A48;
--orchid-950: #2A062D;
}