Orchid
#EA5FEC
PinkColor Codes
All color formats for development
HEX
#EA5FECRGB
rgb(234, 95, 236)HSL
hsl(299, 79%, 65%)OKLCH
oklch(0.712 0.234 327.1)CMYK
cmyk(1%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E642E9
2#E224E5
3#CD18D0
4#AF15B2
5#921194
6#750E77
7#580A59
8#3A073B
9#1D031E
Tints
Lighter variations
1#EC6FEE
2#EE7FF0
3#F08FF2
4#F29FF4
5#F4AFF6
6#F7BFF8
7#F9CFF9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E366E5
2#DC6DDE
3#D574D7
4#CF7BD0
5#C882C9
6#C18AC2
7#BA91BB
8#B398B4
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F196 #F196F3 | BordersInactive statesPlaceholder text |
| 400 | EA5F #EA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | E432 #E432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C618 #C618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D13 #9D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700D #700D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | 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: #FBDFFB;
--orchid-200: #F7C4F8;
--orchid-300: #F196F3;
--orchid-400: #EA5FEC;
--orchid-500: #E432E7;
--orchid-600: #C618C9;
--orchid-700: #9D13A0;
--orchid-800: #700D72;
--orchid-900: #480949;
--orchid-950: #2D052E;
}