Orchid
#E757F4
PinkColor Codes
All color formats for development
HEX
#E757F4RGB
rgb(231, 87, 244)HSL
hsl(295, 88%, 65%)OKLCH
oklch(0.704 0.25 324.3)CMYK
cmyk(5%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E338F2
2#DE19F0
3#C90EDA
4#AC0CBB
5#900A9C
6#73087D
7#56065D
8#39043E
9#1D021F
Tints
Lighter variations
1#EA68F5
2#EC79F6
3#EE8AF8
4#F19AF9
5#F3ABFA
6#F5BCFB
7#F8CDFC
8#FADDFD
9#FDEEFE
Tones
Muted variations
1#E15FEC
2#DA67E5
3#D46FDD
4#CD77D5
5#C67ECD
6#C086C5
7#B98EBD
8#B396B5
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F8 | BordersInactive statesPlaceholder text |
| 400 | E757 #E757F4 | Disabled statesSecondary iconsMuted text |
| 500 | E027 #E027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20D #C20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0B #9B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F08 #6F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4705 #47054D | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADDFD;
--orchid-200: #F6C1FB;
--orchid-300: #EF91F8;
--orchid-400: #E757F4;
--orchid-500: #E027F1;
--orchid-600: #C20DD3;
--orchid-700: #9B0BA8;
--orchid-800: #6F0878;
--orchid-900: #47054D;
--orchid-950: #2C0330;
}