Orchid
#E55DEF
PinkColor Codes
All color formats for development
HEX
#E55DEFRGB
rgb(229, 93, 239)HSL
hsl(296, 82%, 65%)OKLCH
oklch(0.705 0.237 324.9)CMYK
cmyk(4%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E03EEC
2#DC20E9
3#C615D3
4#AA12B5
5#8E0F97
6#710C79
7#55095A
8#39063C
9#1C031E
Tints
Lighter variations
1#E86DF1
2#EA7DF2
3#ED8DF4
4#F09EF5
5#F2AEF7
6#F5BEF9
7#F7CEFA
8#FADFFC
9#FCEFFD
Tones
Muted variations
1#DF64E8
2#D86BE0
3#D273D9
4#CC7AD2
5#C581CA
6#BF88C3
7#B990BC
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 | FADF #FADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE94 #EE94F4 | BordersInactive statesPlaceholder text |
| 400 | E55D #E55DEF | Disabled statesSecondary iconsMuted text |
| 500 | DE2E #DE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C014 #C014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9910 #9910A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0B #6D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4607 #46074A | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADFFC;
--orchid-200: #F5C3F9;
--orchid-300: #EE94F4;
--orchid-400: #E55DEF;
--orchid-500: #DE2EEA;
--orchid-600: #C014CC;
--orchid-700: #9910A2;
--orchid-800: #6D0B74;
--orchid-900: #46074A;
--orchid-950: #2C052E;
}