Orchid
#E65EED
PinkColor Codes
All color formats for development
HEX
#E65EEDRGB
rgb(230, 94, 237)HSL
hsl(297, 80%, 65%)OKLCH
oklch(0.706 0.234 325.7)CMYK
cmyk(3%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E141EA
2#DD23E7
3#C817D1
4#AB14B3
5#8F1195
6#720D77
7#560A5A
8#39073C
9#1D031E
Tints
Lighter variations
1#E96EEF
2#EB7EF1
3#EE8FF3
4#F09FF4
5#F3AFF6
6#F5BFF8
7#F8CFFA
8#FADFFB
9#FDEFFD
Tones
Muted variations
1#E065E6
2#D96DDF
3#D374D8
4#CC7BD1
5#C682C9
6#BF89C2
7#B990BB
8#B397B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C3 #F6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF95 #EF95F3 | BordersInactive statesPlaceholder text |
| 400 | E65E #E65EED | Disabled statesSecondary iconsMuted text |
| 500 | DF30 #DF30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C116 #C116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A12 #9A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0D #6E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4608 #460849 | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F6C3F8;
--orchid-300: #EF95F3;
--orchid-400: #E65EED;
--orchid-500: #DF30E8;
--orchid-600: #C116CA;
--orchid-700: #9A12A1;
--orchid-800: #6E0D73;
--orchid-900: #460849;
--orchid-950: #2C052E;
}