Orchid
#E562EA
PinkColor Codes
All color formats for development
HEX
#E562EARGB
rgb(229, 98, 234)HSL
hsl(298, 76%, 65%)OKLCH
oklch(0.708 0.226 326.2)CMYK
cmyk(2%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E045E6
2#DB28E2
3#C61CCC
4#AA18AF
5#8E1492
6#711075
7#550C58
8#39083A
9#1C041D
Tints
Lighter variations
1#E872EC
2#EA81EE
3#ED91F0
4#EFA1F2
5#F2B0F4
6#F5C0F6
7#F7D0F9
8#FAE0FB
9#FCEFFD
Tones
Muted variations
1#DF69E3
2#D86FDC
3#D276D5
4#CC7DCE
5#C584C8
6#BF8BC1
7#B991BA
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 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE98 #EE98F1 | BordersInactive statesPlaceholder text |
| 400 | E562 #E562EA | Disabled statesSecondary iconsMuted text |
| 500 | DE35 #DE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C01B #C01BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0F #6D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460A #460A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FAE0FB;
--orchid-200: #F5C5F7;
--orchid-300: #EE98F1;
--orchid-400: #E562EA;
--orchid-500: #DE35E3;
--orchid-600: #C01BC5;
--orchid-700: #99159D;
--orchid-800: #6D0F70;
--orchid-900: #460A48;
--orchid-950: #2C062D;
}