Orchid
#ED5CF0
PinkColor Codes
All color formats for development
HEX
#ED5CF0RGB
rgb(237, 92, 240)HSL
hsl(299, 83%, 65%)OKLCH
oklch(0.715 0.243 326.9)CMYK
cmyk(1%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA3DED
2#E71FEA
3#D114D4
4#B311B6
5#950E98
6#770B79
7#5A085B
8#3C063D
9#1E031E
Tints
Lighter variations
1#EF6CF1
2#F17CF3
3#F38DF4
4#F49DF6
5#F6ADF7
6#F8BEF9
7#FACEFA
8#FBDEFC
9#FDEFFD
Tones
Muted variations
1#E663E8
2#DF6AE1
3#D872DA
4#D179D2
5#CA81CB
6#C288C3
7#BB90BC
8#B497B5
9#AD9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F394 #F394F5 | BordersInactive statesPlaceholder text |
| 400 | ED5C #ED5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E82D #E82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA13 #CA13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A10F #A10FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730B #730B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDEFC;
--orchid-200: #F8C2F9;
--orchid-300: #F394F5;
--orchid-400: #ED5CF0;
--orchid-500: #E82DEB;
--orchid-600: #CA13CD;
--orchid-700: #A10FA3;
--orchid-800: #730B75;
--orchid-900: #4A074B;
--orchid-950: #2E042F;
}