Orchid
#E85EED
PinkColor Codes
All color formats for development
HEX
#E85EEDRGB
rgb(232, 94, 237)HSL
hsl(298, 80%, 65%)OKLCH
oklch(0.709 0.235 326.3)CMYK
cmyk(2%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E441EA
2#E023E7
3#CB17D1
4#AE14B3
5#911195
6#740D77
7#570A5A
8#3A073C
9#1D031E
Tints
Lighter variations
1#EB6EEF
2#ED7EF1
3#EF8FF3
4#F19FF4
5#F4AFF6
6#F6BFF8
7#F8CFFA
8#FADFFB
9#FDEFFD
Tones
Muted variations
1#E265E6
2#DB6DDF
3#D474D8
4#CE7BD1
5#C782C9
6#C089C2
7#BA90BB
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 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F095 #F095F3 | BordersInactive statesPlaceholder text |
| 400 | E85E #E85EED | Disabled statesSecondary iconsMuted text |
| 500 | E230 #E230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C416 #C416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C12 #9C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0D #6F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4708 #470849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F7C3F8;
--orchid-300: #F095F3;
--orchid-400: #E85EED;
--orchid-500: #E230E8;
--orchid-600: #C416CA;
--orchid-700: #9C12A1;
--orchid-800: #6F0D73;
--orchid-900: #470849;
--orchid-950: #2D052E;
}