Orchid
#E060EB
PinkColor Codes
All color formats for development
HEX
#E060EBRGB
rgb(224, 96, 235)HSL
hsl(295, 78%, 65%)OKLCH
oklch(0.7 0.227 324.5)CMYK
cmyk(5%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA43E8
2#D425E4
3#BF1ACF
4#A416B1
5#891294
6#6D0F76
7#520B59
8#37073B
9#1B041E
Tints
Lighter variations
1#E370ED
2#E680EF
3#E990F1
4#ECA0F3
5#EFB0F5
6#F3BFF7
7#F6CFF9
8#F9DFFB
9#FCEFFD
Tones
Muted variations
1#DA67E4
2#D46EDD
3#CE75D6
4#C97CD0
5#C383C9
6#BD8AC2
7#B791BB
8#B198B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA97 #EA97F2 | BordersInactive statesPlaceholder text |
| 400 | E060 #E060EB | Disabled statesSecondary iconsMuted text |
| 500 | D733 #D733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B919 #B919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9314 #93149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690E #690E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4309 #430949 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F3C4F8;
--orchid-300: #EA97F2;
--orchid-400: #E060EB;
--orchid-500: #D733E6;
--orchid-600: #B919C8;
--orchid-700: #93149F;
--orchid-800: #690E71;
--orchid-900: #430949;
--orchid-950: #2A062D;
}