Orchid
#EA62D7
PinkColor Codes
All color formats for development
HEX
#EA62D7RGB
rgb(234, 98, 215)HSL
hsl(308, 76%, 65%)OKLCH
oklch(0.705 0.213 333.4)CMYK
cmyk(0%, 58%, 8%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645D0
2#E228C9
3#CC1CB5
4#AF189B
5#921481
6#751067
7#580C4D
8#3A0834
9#1D041A
Tints
Lighter variations
1#EC72DB
2#EE81DF
3#F091E3
4#F2A1E7
5#F4B0EB
6#F6C0EF
7#F9D0F3
8#FBE0F7
9#FDEFFB
Tones
Muted variations
1#E369D3
2#DC6FCE
3#D576C9
4#CE7DC4
5#C884BF
6#C18BBA
7#BA91B5
8#B398B0
9#AD9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D7 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335CC | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D158B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A40 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FBE0F7;
--orchid-200: #F7C5F0;
--orchid-300: #F198E5;
--orchid-400: #EA62D7;
--orchid-500: #E335CC;
--orchid-600: #C51BAF;
--orchid-700: #9D158B;
--orchid-800: #700F63;
--orchid-900: #480A40;
--orchid-950: #2D0628;
}