Orchid
#EA62C5
PinkColor Codes
All color formats for development
HEX
#EA62C5RGB
rgb(234, 98, 197)HSL
hsl(316, 76%, 65%)OKLCH
oklch(0.698 0.2 339.5)CMYK
cmyk(0%, 58%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645BB
2#E228B0
3#CC1C9D
4#AF1887
5#921470
6#75105A
7#580C43
8#3A082D
9#1D0416
Tints
Lighter variations
1#EC72CB
2#EE81D1
3#F091D7
4#F2A1DC
5#F4B0E2
6#F6C0E8
7#F9D0EE
8#FBE0F3
9#FDEFF9
Tones
Muted variations
1#E369C2
2#DC6FBF
3#D576BC
4#CE7DB9
5#C884B6
6#C18BB2
7#BA91AF
8#B398AC
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D9 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A37 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FA;
--orchid-100: #FBE0F3;
--orchid-200: #F7C5EA;
--orchid-300: #F198D9;
--orchid-400: #EA62C5;
--orchid-500: #E335B5;
--orchid-600: #C51B98;
--orchid-700: #9D1579;
--orchid-800: #700F56;
--orchid-900: #480A37;
--orchid-950: #2D0623;
}