Orchid
#E05DEF
PinkColor Codes
All color formats for development
HEX
#E05DEFRGB
rgb(224, 93, 239)HSL
hsl(294, 82%, 65%)OKLCH
oklch(0.699 0.234 323.5)CMYK
cmyk(6%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB3EEC
2#D520E9
3#C015D3
4#A512B5
5#890F97
6#6E0C79
7#52095A
8#37063C
9#1B031E
Tints
Lighter variations
1#E36DF1
2#E67DF2
3#EA8DF4
4#ED9EF5
5#F0AEF7
6#F3BEF9
7#F6CEFA
8#F9DFFC
9#FCEFFD
Tones
Muted variations
1#DA64E8
2#D56BE0
3#CF73D9
4#C97AD2
5#C381CA
6#BD88C3
7#B790BC
8#B197B4
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F4 | BordersInactive statesPlaceholder text |
| 400 | E05D #E05DEF | Disabled statesSecondary iconsMuted text |
| 500 | D82E #D82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BA14 #BA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9410 #9410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074A | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DFFC;
--orchid-200: #F4C3F9;
--orchid-300: #EB94F4;
--orchid-400: #E05DEF;
--orchid-500: #D82EEA;
--orchid-600: #BA14CC;
--orchid-700: #9410A2;
--orchid-800: #6A0B74;
--orchid-900: #44074A;
--orchid-950: #2A052E;
}