Orchid
#E55FEC
PinkColor Codes
All color formats for development
HEX
#E55FECRGB
rgb(229, 95, 236)HSL
hsl(297, 79%, 65%)OKLCH
oklch(0.706 0.232 325.7)CMYK
cmyk(3%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E042E9
2#DC24E5
3#C718D0
4#AA15B2
5#8E1194
6#710E77
7#550A59
8#39073B
9#1C031E
Tints
Lighter variations
1#E86FEE
2#EA7FF0
3#ED8FF2
4#F09FF4
5#F2AFF6
6#F5BFF8
7#F7CFF9
8#FADFFB
9#FCEFFD
Tones
Muted variations
1#DF66E5
2#D96DDE
3#D274D7
4#CC7BD0
5#C582C9
6#BF8AC2
7#B991BB
8#B298B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C4 #F5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE96 #EE96F3 | BordersInactive statesPlaceholder text |
| 400 | E55F #E55FEC | Disabled statesSecondary iconsMuted text |
| 500 | DE32 #DE32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C018 #C018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9913 #9913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0D #6D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4609 #460949 | 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: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F5C4F8;
--orchid-300: #EE96F3;
--orchid-400: #E55FEC;
--orchid-500: #DE32E7;
--orchid-600: #C018C9;
--orchid-700: #9913A0;
--orchid-800: #6D0D72;
--orchid-900: #460949;
--orchid-950: #2C052E;
}