Orchid
#ED5ECE
PinkColor Codes
All color formats for development
HEX
#ED5ECERGB
rgb(237, 94, 206)HSL
hsl(313, 80%, 65%)OKLCH
oklch(0.701 0.214 337.1)CMYK
cmyk(0%, 60%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41C5
2#E723BC
3#D117A9
4#B31491
5#951178
6#770D60
7#5A0A48
8#3C0730
9#1E0318
Tints
Lighter variations
1#EF6ED3
2#F17ED8
3#F38FDD
4#F49FE2
5#F6AFE7
6#F8BFEB
7#FACFF0
8#FBDFF5
9#FDEFFA
Tones
Muted variations
1#E665CA
2#DF6DC6
3#D874C2
4#D17BBE
5#C982BA
6#C289B6
7#BB90B2
8#B497AE
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ECE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083B | 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: #FDF1FB;
--orchid-100: #FBDFF5;
--orchid-200: #F8C3ED;
--orchid-300: #F395DF;
--orchid-400: #ED5ECE;
--orchid-500: #E830C0;
--orchid-600: #CA16A3;
--orchid-700: #A11282;
--orchid-800: #730D5D;
--orchid-900: #49083B;
--orchid-950: #2E0525;
}