Orchid
#EA57F4
PinkColor Codes
All color formats for development
HEX
#EA57F4RGB
rgb(234, 87, 244)HSL
hsl(296, 88%, 65%)OKLCH
oklch(0.708 0.251 325.2)CMYK
cmyk(4%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E638F2
2#E219F0
3#CD0EDA
4#AF0CBB
5#920A9C
6#75087D
7#58065D
8#3A043E
9#1D021F
Tints
Lighter variations
1#EC68F5
2#EE79F6
3#F08AF8
4#F29AF9
5#F4ABFA
6#F7BCFB
7#F9CDFC
8#FBDDFD
9#FDEEFE
Tones
Muted variations
1#E35FEC
2#DC67E5
3#D56FDD
4#CF77D5
5#C87ECD
6#C186C5
7#BA8EBD
8#B396B5
9#AD9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDDFD;
--orchid-200: #F7C1FB;
--orchid-300: #F191F8;
--orchid-400: #EA57F4;
--orchid-500: #E427F1;
--orchid-600: #C60DD3;
--orchid-700: #9D0BA8;
--orchid-800: #700878;
--orchid-900: #48054D;
--orchid-950: #2D0330;
}