Orchid
#ED5EDF
PinkColor Codes
All color formats for development
HEX
#ED5EDFRGB
rgb(237, 94, 223)HSL
hsl(306, 80%, 65%)OKLCH
oklch(0.709 0.227 331.7)CMYK
cmyk(0%, 60%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41D9
2#E723D3
3#D117BE
4#B314A3
5#951188
6#770D6D
7#5A0A52
8#3C0736
9#1E031B
Tints
Lighter variations
1#EF6EE2
2#F17EE5
3#F38FE9
4#F49FEC
5#F6AFEF
6#F8BFF2
7#FACFF5
8#FBDFF9
9#FDEFFC
Tones
Muted variations
1#E665D9
2#DF6DD3
3#D874CE
4#D17BC8
5#C982C2
6#C289BD
7#BB90B7
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 #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395EA | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDF | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490843 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF9;
--orchid-200: #F8C3F3;
--orchid-300: #F395EA;
--orchid-400: #ED5EDF;
--orchid-500: #E830D6;
--orchid-600: #CA16B8;
--orchid-700: #A11292;
--orchid-800: #730D69;
--orchid-900: #490843;
--orchid-950: #2E052A;
}