Orchid
#EC5DEF
PinkColor Codes
All color formats for development
HEX
#EC5DEFRGB
rgb(236, 93, 239)HSL
hsl(299, 82%, 65%)OKLCH
oklch(0.714 0.24 326.9)CMYK
cmyk(1%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E93EEC
2#E620E9
3#D015D3
4#B212B5
5#950F97
6#770C79
7#59095A
8#3B063C
9#1E031E
Tints
Lighter variations
1#EE6DF1
2#F07DF2
3#F28DF4
4#F49EF5
5#F6AEF7
6#F8BEF9
7#F9CEFA
8#FBDFFC
9#FDEFFD
Tones
Muted variations
1#E564E8
2#DE6BE0
3#D773D9
4#D07AD2
5#C981CA
6#C288C3
7#BB90BC
8#B497B4
9#AD9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F394 #F394F4 | BordersInactive statesPlaceholder text |
| 400 | EC5D #EC5DEF | Disabled statesSecondary iconsMuted text |
| 500 | E72E #E72EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C914 #C914CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A010 #A010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720B #720B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4907 #49074A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDFFC;
--orchid-200: #F8C3F9;
--orchid-300: #F394F4;
--orchid-400: #EC5DEF;
--orchid-500: #E72EEA;
--orchid-600: #C914CC;
--orchid-700: #A010A2;
--orchid-800: #720B74;
--orchid-900: #49074A;
--orchid-950: #2E052E;
}