Orchid
#EE5DDB
PinkColor Codes
All color formats for development
HEX
#EE5DDBRGB
rgb(238, 93, 219)HSL
hsl(308, 81%, 65%)OKLCH
oklch(0.707 0.226 333.2)CMYK
cmyk(0%, 61%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FD4
2#E821CD
3#D216B9
4#B4139F
5#961084
6#780D6A
7#5A094F
8#3C0635
9#1E031A
Tints
Lighter variations
1#F06EDE
2#F17EE2
3#F38EE6
4#F59EE9
5#F7AEED
6#F8BEF1
7#FACFF4
8#FCDFF8
9#FDEFFB
Tones
Muted variations
1#E765D5
2#E06CD0
3#D873CB
4#D17AC6
5#CA82C0
6#C389BB
7#BB90B6
8#B497B0
9#AD9FAB
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;
}