Orchid
#E25AF2
PinkColor Codes
All color formats for development
HEX
#E25AF2RGB
rgb(226, 90, 242)HSL
hsl(294, 85%, 65%)OKLCH
oklch(0.7 0.242 323.4)CMYK
cmyk(7%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD3BEF
2#D81DED
3#C311D7
4#A70FB8
5#8B0C99
6#6F0A7B
7#54075C
8#38053D
9#1C021F
Tints
Lighter variations
1#E56AF3
2#E87BF4
3#EB8BF6
4#EE9CF7
5#F1ACF8
6#F4BDFA
7#F6CDFB
8#F9DEFC
9#FCEEFE
Tones
Muted variations
1#DC61EA
2#D669E2
3#D071DB
4#CA78D3
5#C480CC
6#BE87C4
7#B88FBD
8#B297B5
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC92 #EC92F6 | BordersInactive statesPlaceholder text |
| 400 | E25A #E25AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DA2B #DA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | BC11 #BC11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960D #960DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4506 #45064B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #F9DEFC;
--orchid-200: #F4C2FA;
--orchid-300: #EC92F6;
--orchid-400: #E25AF2;
--orchid-500: #DA2BEE;
--orchid-600: #BC11D0;
--orchid-700: #960DA5;
--orchid-800: #6B0A76;
--orchid-900: #45064B;
--orchid-950: #2B042F;
}