Orchid
#EE5DCF
PinkColor Codes
All color formats for development
HEX
#EE5DCFRGB
rgb(238, 93, 207)HSL
hsl(313, 81%, 65%)OKLCH
oklch(0.702 0.217 337)CMYK
cmyk(0%, 61%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FC6
2#E821BD
3#D216A9
4#B41391
5#961079
6#780D61
7#5A0949
8#3C0630
9#1E0318
Tints
Lighter variations
1#F06ED4
2#F17ED8
3#F38EDD
4#F59EE2
5#F7AEE7
6#F8BEEC
7#FACFF1
8#FCDFF5
9#FDEFFA
Tones
Muted variations
1#E765CB
2#E06CC7
3#D873C2
4#D17ABE
5#CA82BA
6#C389B6
7#BB90B2
8#B497AE
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495DF | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DCF | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A083C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDFF5;
--orchid-200: #F9C3ED;
--orchid-300: #F495DF;
--orchid-400: #EE5DCF;
--orchid-500: #E92FC1;
--orchid-600: #CB15A4;
--orchid-700: #A21182;
--orchid-800: #730C5D;
--orchid-900: #4A083C;
--orchid-950: #2E0525;
}