Orchid
#EA62E5
PinkColor Codes
All color formats for development
HEX
#EA62E5RGB
rgb(234, 98, 229)HSL
hsl(302, 76%, 65%)OKLCH
oklch(0.712 0.224 329.1)CMYK
cmyk(0%, 58%, 2%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645E0
2#E228DB
3#CC1CC6
4#AF18AA
5#92148E
6#751071
7#580C55
8#3A0839
9#1D041C
Tints
Lighter variations
1#EC72E8
2#EE81EA
3#F091ED
4#F2A1EF
5#F4B0F2
6#F6C0F5
7#F9D0F7
8#FBE0FA
9#FDEFFC
Tones
Muted variations
1#E369DF
2#DC6FD8
3#D576D2
4#CE7DCC
5#C884C5
6#C18BBF
7#BA91B9
8#B398B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335DE | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A46 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FBE0FA;
--orchid-200: #F7C5F5;
--orchid-300: #F198EE;
--orchid-400: #EA62E5;
--orchid-500: #E335DE;
--orchid-600: #C51BC0;
--orchid-700: #9D1599;
--orchid-800: #700F6D;
--orchid-900: #480A46;
--orchid-950: #2D062C;
}