Orchid
#EA62DC
PinkColor Codes
All color formats for development
HEX
#EA62DCRGB
rgb(234, 98, 220)HSL
hsl(306, 76%, 65%)OKLCH
oklch(0.708 0.217 331.8)CMYK
cmyk(0%, 58%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645D6
2#E228CF
3#CC1CBB
4#AF18A0
5#921485
6#75106B
7#580C50
8#3A0835
9#1D041B
Tints
Lighter variations
1#EC72E0
2#EE81E3
3#F091E7
4#F2A1EA
5#F4B0EE
6#F6C0F1
7#F9D0F5
8#FBE0F8
9#FDEFFC
Tones
Muted variations
1#E369D7
2#DC6FD1
3#D576CC
4#CE7DC6
5#C884C1
6#C18BBB
7#BA91B6
8#B398B1
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FBE0F8;
--orchid-200: #F7C5F2;
--orchid-300: #F198E8;
--orchid-400: #EA62DC;
--orchid-500: #E335D2;
--orchid-600: #C51BB4;
--orchid-700: #9D1590;
--orchid-800: #700F67;
--orchid-900: #480A42;
--orchid-950: #2D0629;
}