Orchid
#EA62DA
PinkColor Codes
All color formats for development
HEX
#EA62DARGB
rgb(234, 98, 218)HSL
hsl(307, 76%, 65%)OKLCH
oklch(0.707 0.216 332.4)CMYK
cmyk(0%, 58%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645D3
2#E228CC
3#CC1CB8
4#AF189D
5#921483
6#751069
7#580C4F
8#3A0834
9#1D041A
Tints
Lighter variations
1#EC72DD
2#EE81E1
3#F091E5
4#F2A1E9
5#F4B0EC
6#F6C0F0
7#F9D0F4
8#FBE0F8
9#FDEFFB
Tones
Muted variations
1#E369D5
2#DC6FCF
3#D576CA
4#CE7DC5
5#C884C0
6#C18BBB
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 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335CF | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D158D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A41 | 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: #FBE0F8;
--orchid-200: #F7C5F1;
--orchid-300: #F198E7;
--orchid-400: #EA62DA;
--orchid-500: #E335CF;
--orchid-600: #C51BB2;
--orchid-700: #9D158D;
--orchid-800: #700F65;
--orchid-900: #480A41;
--orchid-950: #2D0628;
}