Orchid
#E35DEF
PinkColor Codes
All color formats for development
HEX
#E35DEFRGB
rgb(227, 93, 239)HSL
hsl(295, 82%, 65%)OKLCH
oklch(0.702 0.236 324.3)CMYK
cmyk(5%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD3EEC
2#D820E9
3#C315D3
4#A712B5
5#8C0F97
6#700C79
7#54095A
8#38063C
9#1C031E
Tints
Lighter variations
1#E66DF1
2#E87DF2
3#EB8DF4
4#EE9EF5
5#F1AEF7
6#F4BEF9
7#F7CEFA
8#F9DFFC
9#FCEFFD
Tones
Muted variations
1#DD64E8
2#D76BE0
3#D073D9
4#CA7AD2
5#C481CA
6#BE88C3
7#B890BC
8#B297B4
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC94 #EC94F4 | BordersInactive statesPlaceholder text |
| 400 | E35D #E35DEF | Disabled statesSecondary iconsMuted text |
| 500 | DB2E #DB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BD14 #BD14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9610 #9610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0B #6B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4507 #45074A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #F9DFFC;
--orchid-200: #F5C3F9;
--orchid-300: #EC94F4;
--orchid-400: #E35DEF;
--orchid-500: #DB2EEA;
--orchid-600: #BD14CC;
--orchid-700: #9610A2;
--orchid-800: #6B0B74;
--orchid-900: #45074A;
--orchid-950: #2B052E;
}