Orchid
#EE5DCC
PinkColor Codes
All color formats for development
HEX
#EE5DCCRGB
rgb(238, 93, 204)HSL
hsl(314, 81%, 65%)OKLCH
oklch(0.7 0.215 338)CMYK
cmyk(0%, 61%, 14%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3FC3
2#E821B9
3#D216A6
4#B4138E
5#961077
6#780D5F
7#5A0947
8#3C062F
9#1E0318
Tints
Lighter variations
1#F06ED1
2#F17ED6
3#F38EDC
4#F59EE1
5#F7AEE6
6#F8BEEB
7#FACFF0
8#FCDFF5
9#FDEFFA
Tones
Muted variations
1#E765C8
2#E06CC5
3#D873C1
4#D17ABD
5#CA82B9
6#C389B5
7#BB90B1
8#B497AD
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 #F9C3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495DE | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DCC | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21180 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A083A | 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: #F9C3EC;
--orchid-300: #F495DE;
--orchid-400: #EE5DCC;
--orchid-500: #E92FBE;
--orchid-600: #CB15A1;
--orchid-700: #A21180;
--orchid-800: #730C5B;
--orchid-900: #4A083A;
--orchid-950: #2E0525;
}