Orchid
#EA62C8
PinkColor Codes
All color formats for development
HEX
#EA62C8RGB
rgb(234, 98, 200)HSL
hsl(315, 76%, 65%)OKLCH
oklch(0.699 0.202 338.4)CMYK
cmyk(0%, 58%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645BD
2#E228B3
3#CC1CA0
4#AF1889
5#921472
6#75105B
7#580C45
8#3A082E
9#1D0417
Tints
Lighter variations
1#EC72CD
2#EE81D3
3#F091D8
4#F2A1DE
5#F4B0E3
6#F6C0E9
7#F9D0EE
8#FBE0F4
9#FDEFF9
Tones
Muted variations
1#E369C4
2#DC6FC1
3#D576BD
4#CE7DBA
5#C884B7
6#C18BB3
7#BA91B0
8#B398AD
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A38 | 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: #FBE0F4;
--orchid-200: #F7C5EA;
--orchid-300: #F198DB;
--orchid-400: #EA62C8;
--orchid-500: #E335B8;
--orchid-600: #C51B9B;
--orchid-700: #9D157B;
--orchid-800: #700F58;
--orchid-900: #480A38;
--orchid-950: #2D0623;
}