Orchid
#EB5CF0
PinkColor Codes
All color formats for development
HEX
#EB5CF0RGB
rgb(235, 92, 240)HSL
hsl(298, 83%, 65%)OKLCH
oklch(0.712 0.242 326.4)CMYK
cmyk(2%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E73DED
2#E31FEA
3#CE14D4
4#B011B6
5#930E98
6#760B79
7#58085B
8#3B063D
9#1D031E
Tints
Lighter variations
1#ED6CF1
2#EF7CF3
3#F18DF4
4#F39DF6
5#F5ADF7
6#F7BEF9
7#F9CEFA
8#FBDEFC
9#FDEFFD
Tones
Muted variations
1#E463E8
2#DD6AE1
3#D672DA
4#CF79D2
5#C881CB
6#C188C3
7#BA90BC
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 | F294 #F294F5 | BordersInactive statesPlaceholder text |
| 400 | EB5C #EB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E52D #E52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C713 #C713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0F #9E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710B #710B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | 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: #F294F5;
--orchid-400: #EB5CF0;
--orchid-500: #E52DEB;
--orchid-600: #C713CD;
--orchid-700: #9E0FA3;
--orchid-800: #710B75;
--orchid-900: #48074B;
--orchid-950: #2D042F;
}