Orchid
#E15CF0
PinkColor Codes
All color formats for development
HEX
#E15CF0RGB
rgb(225, 92, 240)HSL
hsl(294, 83%, 65%)OKLCH
oklch(0.699 0.237 323.5)CMYK
cmyk(6%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB3DED
2#D61FEA
3#C114D4
4#A511B6
5#8A0E98
6#6E0B79
7#53085B
8#37063D
9#1C031E
Tints
Lighter variations
1#E46CF1
2#E77CF3
3#EA8DF4
4#ED9DF6
5#F0ADF7
6#F3BEF9
7#F6CEFA
8#F9DEFC
9#FCEFFD
Tones
Muted variations
1#DB63E8
2#D56AE1
3#CF72DA
4#C979D2
5#C381CB
6#BD88C3
7#B890BC
8#B297B5
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F5 | BordersInactive statesPlaceholder text |
| 400 | E15C #E15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D82D #D82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | BB13 #BB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950F #950FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DEFC;
--orchid-200: #F4C2F9;
--orchid-300: #EB94F5;
--orchid-400: #E15CF0;
--orchid-500: #D82DEB;
--orchid-600: #BB13CD;
--orchid-700: #950FA3;
--orchid-800: #6A0B75;
--orchid-900: #44074B;
--orchid-950: #2A042F;
}