Orchid
#EA62D5
PinkColor Codes
All color formats for development
HEX
#EA62D5RGB
rgb(234, 98, 213)HSL
hsl(309, 76%, 65%)OKLCH
oklch(0.704 0.212 334)CMYK
cmyk(0%, 58%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645CD
2#E228C6
3#CC1CB2
4#AF1898
5#92147F
6#751066
7#580C4C
8#3A0833
9#1D0419
Tints
Lighter variations
1#EC72D9
2#EE81DE
3#F091E2
4#F2A1E6
5#F4B0EA
6#F6C0EE
7#F9D0F2
8#FBE0F7
9#FDEFFB
Tones
Muted variations
1#E369D0
2#DC6FCC
3#D576C7
4#CE7DC2
5#C884BD
6#C18BB9
7#BA91B4
8#B398AF
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FBE0F7;
--orchid-200: #F7C5EF;
--orchid-300: #F198E4;
--orchid-400: #EA62D5;
--orchid-500: #E335C9;
--orchid-600: #C51BAC;
--orchid-700: #9D1589;
--orchid-800: #700F62;
--orchid-900: #480A3F;
--orchid-950: #2D0627;
}