Orchid
#ED5EDC
PinkColor Codes
All color formats for development
HEX
#ED5EDCRGB
rgb(237, 94, 220)HSL
hsl(307, 80%, 65%)OKLCH
oklch(0.707 0.225 332.6)CMYK
cmyk(0%, 60%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41D6
2#E723D0
3#D117BB
4#B314A0
5#951186
6#770D6B
7#5A0A50
8#3C0735
9#1E031B
Tints
Lighter variations
1#EF6EE0
2#F17EE3
3#F38FE7
4#F49FEA
5#F6AFEE
6#F8BFF1
7#FACFF5
8#FBDFF8
9#FDEFFC
Tones
Muted variations
1#E665D7
2#DF6DD2
3#D874CC
4#D17BC7
5#C982C1
6#C289BC
7#BB90B6
8#B497B1
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E8 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDC | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490842 | 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: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F8C3F2;
--orchid-300: #F395E8;
--orchid-400: #ED5EDC;
--orchid-500: #E830D3;
--orchid-600: #CA16B5;
--orchid-700: #A11290;
--orchid-800: #730D67;
--orchid-900: #490842;
--orchid-950: #2E0529;
}