Orchid
#E05AF2
PinkColor Codes
All color formats for development
HEX
#E05AF2RGB
rgb(224, 90, 242)HSL
hsl(293, 85%, 65%)OKLCH
oklch(0.697 0.241 322.8)CMYK
cmyk(7%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA3BEF
2#D41DED
3#C011D7
4#A40FB8
5#890C99
6#6E0A7B
7#52075C
8#37053D
9#1B021F
Tints
Lighter variations
1#E36AF3
2#E67BF4
3#E98BF6
4#EC9CF7
5#EFACF8
6#F3BDFA
7#F6CDFB
8#F9DEFC
9#FCEEFE
Tones
Muted variations
1#DA61EA
2#D469E2
3#CE71DB
4#C978D3
5#C380CC
6#BD87C4
7#B78FBD
8#B197B5
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 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EB92 #EB92F6 | BordersInactive statesPlaceholder text |
| 400 | E05A #E05AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D72B #D72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B911 #B911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930D #930DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4306 #43064B | 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: #F3C2FA;
--orchid-300: #EB92F6;
--orchid-400: #E05AF2;
--orchid-500: #D72BEE;
--orchid-600: #B911D0;
--orchid-700: #930DA5;
--orchid-800: #690A76;
--orchid-900: #43064B;
--orchid-950: #2A042F;
}