Orchid
#EA62CA
PinkColor Codes
All color formats for development
HEX
#EA62CARGB
rgb(234, 98, 202)HSL
hsl(314, 76%, 65%)OKLCH
oklch(0.7 0.204 337.7)CMYK
cmyk(0%, 58%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645C0
2#E228B6
3#CC1CA3
4#AF188C
5#921474
6#75105D
7#580C46
8#3A082F
9#1D0417
Tints
Lighter variations
1#EC72CF
2#EE81D5
3#F091DA
4#F2A1DF
5#F4B0E4
6#F6C0EA
7#F9D0EF
8#FBE0F4
9#FDEFFA
Tones
Muted variations
1#E369C6
2#DC6FC3
3#D576BF
4#CE7DBB
5#C884B8
6#C18BB4
7#BA91B1
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 #F7C5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335BB | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A39 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FA;
--orchid-100: #FBE0F4;
--orchid-200: #F7C5EB;
--orchid-300: #F198DC;
--orchid-400: #EA62CA;
--orchid-500: #E335BB;
--orchid-600: #C51B9E;
--orchid-700: #9D157D;
--orchid-800: #700F5A;
--orchid-900: #480A39;
--orchid-950: #2D0624;
}