Orchid
#EE5DCA
PinkColor Codes
All color formats for development
HEX
#EE5DCARGB
rgb(238, 93, 202)HSL
hsl(315, 81%, 65%)OKLCH
oklch(0.699 0.214 338.6)CMYK
cmyk(0%, 61%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FC0
2#E821B6
3#D216A3
4#B4138C
5#961074
6#780D5D
7#5A0946
8#3C062F
9#1E0317
Tints
Lighter variations
1#F06ECF
2#F17ED5
3#F38EDA
4#F59EDF
5#F7AEE4
6#F8BEEA
7#FACFEF
8#FCDFF4
9#FDEFFA
Tones
Muted variations
1#E765C6
2#E06CC3
3#D873BF
4#D17ABB
5#CA82B8
6#C389B4
7#BB90B1
8#B497AD
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495DC | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DCA | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB159E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2117D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0839 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FA;
--orchid-100: #FCDFF4;
--orchid-200: #F9C3EB;
--orchid-300: #F495DC;
--orchid-400: #EE5DCA;
--orchid-500: #E92FBB;
--orchid-600: #CB159E;
--orchid-700: #A2117D;
--orchid-800: #730C5A;
--orchid-900: #4A0839;
--orchid-950: #2E0524;
}