Orchid
#E15FEC
PinkColor Codes
All color formats for development
HEX
#E15FECRGB
rgb(225, 95, 236)HSL
hsl(295, 79%, 65%)OKLCH
oklch(0.701 0.23 324.5)CMYK
cmyk(5%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB42E9
2#D524E5
3#C018D0
4#A515B2
5#891194
6#6E0E77
7#520A59
8#37073B
9#1B031E
Tints
Lighter variations
1#E46FEE
2#E77FF0
3#EA8FF2
4#ED9FF4
5#F0AFF6
6#F3BFF8
7#F6CFF9
8#F9DFFB
9#FCEFFD
Tones
Muted variations
1#DB66E5
2#D56DDE
3#CF74D7
4#C97BD0
5#C382C9
6#BD8AC2
7#B791BB
8#B298B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB96 #EB96F3 | BordersInactive statesPlaceholder text |
| 400 | E15F #E15FEC | Disabled statesSecondary iconsMuted text |
| 500 | D832 #D832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA18 #BA18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9413 #9413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0D #6A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440949 | 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: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F4C4F8;
--orchid-300: #EB96F3;
--orchid-400: #E15FEC;
--orchid-500: #D832E7;
--orchid-600: #BA18C9;
--orchid-700: #9413A0;
--orchid-800: #6A0D72;
--orchid-900: #440949;
--orchid-950: #2A052E;
}