Orchid
#EA62E7
PinkColor Codes
All color formats for development
HEX
#EA62E7RGB
rgb(234, 98, 231)HSL
hsl(301, 76%, 65%)OKLCH
oklch(0.713 0.226 328.5)CMYK
cmyk(0%, 58%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645E3
2#E228DF
3#CC1CC9
4#AF18AD
5#921490
6#751073
7#580C56
8#3A083A
9#1D041D
Tints
Lighter variations
1#EC72EA
2#EE81EC
3#F091EE
4#F2A1F1
5#F4B0F3
6#F6C0F6
7#F9D0F8
8#FBE0FA
9#FDEFFD
Tones
Muted variations
1#E369E1
2#DC6FDA
3#D576D4
4#CE7DCD
5#C884C7
6#C18BC0
7#BA91B9
8#B398B3
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 #F7C5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E7 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A47 | 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: #F7C5F6;
--orchid-300: #F198EF;
--orchid-400: #EA62E7;
--orchid-500: #E335E1;
--orchid-600: #C51BC3;
--orchid-700: #9D159B;
--orchid-800: #700F6F;
--orchid-900: #480A47;
--orchid-950: #2D062C;
}