Orchid
#E161EA
PinkColor Codes
All color formats for development
HEX
#E161EARGB
rgb(225, 97, 234)HSL
hsl(296, 77%, 65%)OKLCH
oklch(0.702 0.225 325)CMYK
cmyk(4%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC44E7
2#D626E3
3#C11BCD
4#A617B0
5#8A1393
6#6F0F75
7#530B58
8#37083B
9#1C041D
Tints
Lighter variations
1#E471ED
2#E781EF
3#EA90F1
4#EDA0F3
5#F0B0F5
6#F3C0F7
7#F6D0F9
8#F9DFFB
9#FCEFFD
Tones
Muted variations
1#DB68E4
2#D56FDD
3#CF76D6
4#C97DCF
5#C483C8
6#BE8AC1
7#B891BA
8#B298B3
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB97 #EB97F2 | BordersInactive statesPlaceholder text |
| 400 | E161 #E161EA | Disabled statesSecondary iconsMuted text |
| 500 | D934 #D934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB1A #BB1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9515 #95159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440948 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F4C4F7;
--orchid-300: #EB97F2;
--orchid-400: #E161EA;
--orchid-500: #D934E5;
--orchid-600: #BB1AC7;
--orchid-700: #95159E;
--orchid-800: #6A0F71;
--orchid-900: #440948;
--orchid-950: #2B062D;
}