Orchid
#E556F5
PinkColor Codes
All color formats for development
HEX
#E556F5RGB
rgb(229, 86, 245)HSL
hsl(294, 89%, 65%)OKLCH
oklch(0.701 0.251 323.6)CMYK
cmyk(7%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E137F3
2#DC18F2
3#C70DDB
4#AA0BBC
5#8E099D
6#72077D
7#55055E
8#39043F
9#1C021F
Tints
Lighter variations
1#E867F6
2#EA78F7
3#ED89F8
4#F09AF9
5#F2ABFA
6#F5BCFB
7#F7CCFC
8#FADDFD
9#FCEEFE
Tones
Muted variations
1#DF5EED
2#D966E5
3#D26EDD
4#CC76D5
5#C67ECD
6#BF86C6
7#B98EBE
8#B296B6
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 | F5C0 #F5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE90 #EE90F9 | BordersInactive statesPlaceholder text |
| 400 | E556 #E556F5 | Disabled statesSecondary iconsMuted text |
| 500 | DE26 #DE26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C00C #C00CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 990A #990AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D07 #6D0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044D | 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: #F5C0FB;
--orchid-300: #EE90F9;
--orchid-400: #E556F5;
--orchid-500: #DE26F2;
--orchid-600: #C00CD4;
--orchid-700: #990AA9;
--orchid-800: #6D0778;
--orchid-900: #46044D;
--orchid-950: #2C0330;
}