Orchid
#E14DFF
PinkColor Codes
All color formats for development
HEX
#E14DFFRGB
rgb(225, 77, 255)HSL
hsl(290, 100%, 65%)OKLCH
oklch(0.693 0.268 320.3)CMYK
cmyk(12%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC2BFF
2#D60AFF
3#C100E8
4#A600C7
5#8A00A6
6#6E0085
7#530063
8#370042
9#1C0021
Tints
Lighter variations
1#E45EFF
2#E770FF
3#EA82FF
4#ED94FF
5#F0A6FF
6#F3B8FF
7#F6C9FF
8#F9DBFF
9#FCEDFF
Tones
Muted variations
1#DB55F6
2#D55EED
3#CF67E4
4#C970DB
5#C379D2
6#BE82C9
7#B88BC1
8#B294B8
9#AC9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DB #F9DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8A #EB8AFF | BordersInactive statesPlaceholder text |
| 400 | E14D #E14DFF | Disabled statesSecondary iconsMuted text |
| 500 | D91A #D91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BB00 #BB00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9500 #9500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A00 #6A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4400 #440052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F9DBFF;
--orchid-200: #F4BDFF;
--orchid-300: #EB8AFF;
--orchid-400: #E14DFF;
--orchid-500: #D91AFF;
--orchid-600: #BB00E0;
--orchid-700: #9500B3;
--orchid-800: #6A0080;
--orchid-900: #440052;
--orchid-950: #2A0033;
}