Orchid
#EA62EA
PinkColor Codes
All color formats for development
HEX
#EA62EARGB
rgb(234, 98, 234)HSL
hsl(300, 76%, 65%)OKLCH
oklch(0.715 0.228 327.6)CMYK
cmyk(0%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645E6
2#E228E2
3#CC1CCC
4#AF18AF
5#921492
6#751075
7#580C58
8#3A083A
9#1D041D
Tints
Lighter variations
1#EC72EC
2#EE81EE
3#F091F0
4#F2A1F2
5#F4B0F4
6#F6C0F6
7#F9D0F9
8#FBE0FB
9#FDEFFD
Tones
Muted variations
1#E369E3
2#DC6FDC
3#D576D5
4#CE7DCE
5#C884C8
6#C18BC1
7#BA91BA
8#B398B3
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198F1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62EA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FBE0FB;
--orchid-200: #F7C5F7;
--orchid-300: #F198F1;
--orchid-400: #EA62EA;
--orchid-500: #E335E3;
--orchid-600: #C51BC5;
--orchid-700: #9D159D;
--orchid-800: #700F70;
--orchid-900: #480A48;
--orchid-950: #2D062D;
}