Orchid
#E362EA
PinkColor Codes
All color formats for development
HEX
#E362EARGB
rgb(227, 98, 234)HSL
hsl(297, 76%, 65%)OKLCH
oklch(0.705 0.225 325.6)CMYK
cmyk(3%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE45E6
2#D828E2
3#C31CCC
4#A718AF
5#8C1492
6#701075
7#540C58
8#38083A
9#1C041D
Tints
Lighter variations
1#E672EC
2#E881EE
3#EB91F0
4#EEA1F2
5#F1B0F4
6#F4C0F6
7#F7D0F9
8#F9E0FB
9#FCEFFD
Tones
Muted variations
1#DD69E3
2#D76FDC
3#D076D5
4#CA7DCE
5#C484C8
6#BE8BC1
7#B891BA
8#B298B3
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC98 #EC98F1 | BordersInactive statesPlaceholder text |
| 400 | E362 #E362EA | Disabled statesSecondary iconsMuted text |
| 500 | DB35 #DB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD1B #BD1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9615 #96159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0F #6B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 450A #450A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #F9E0FB;
--orchid-200: #F5C5F7;
--orchid-300: #EC98F1;
--orchid-400: #E362EA;
--orchid-500: #DB35E3;
--orchid-600: #BD1BC5;
--orchid-700: #96159D;
--orchid-800: #6B0F70;
--orchid-900: #450A48;
--orchid-950: #2B062D;
}