Orchid
#E661EA
PinkColor Codes
All color formats for development
HEX
#E661EARGB
rgb(230, 97, 234)HSL
hsl(298, 77%, 65%)OKLCH
oklch(0.708 0.228 326.5)CMYK
cmyk(2%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E144E7
2#DD26E3
3#C71BCD
4#AB17B0
5#8E1393
6#720F75
7#550B58
8#39083B
9#1C041D
Tints
Lighter variations
1#E871ED
2#EB81EF
3#ED90F1
4#F0A0F3
5#F2B0F5
6#F5C0F7
7#F7D0F9
8#FADFFB
9#FCEFFD
Tones
Muted variations
1#DF68E4
2#D96FDD
3#D376D6
4#CC7DCF
5#C683C8
6#BF8AC1
7#B991BA
8#B398B3
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE97 #EE97F2 | BordersInactive statesPlaceholder text |
| 400 | E661 #E661EA | Disabled statesSecondary iconsMuted text |
| 500 | DF34 #DF34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11A #C11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0F #6E0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4609 #460948 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F6C4F7;
--orchid-300: #EE97F2;
--orchid-400: #E661EA;
--orchid-500: #DF34E5;
--orchid-600: #C11AC7;
--orchid-700: #99159E;
--orchid-800: #6E0F71;
--orchid-900: #460948;
--orchid-950: #2C062D;
}