Orchid
#E762EA
PinkColor Codes
All color formats for development
HEX
#E762EARGB
rgb(231, 98, 234)HSL
hsl(299, 76%, 65%)OKLCH
oklch(0.711 0.227 326.8)CMYK
cmyk(1%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E345E6
2#DF28E2
3#C91CCC
4#AD18AF
5#901492
6#731075
7#560C58
8#3A083A
9#1D041D
Tints
Lighter variations
1#EA72EC
2#EC81EE
3#EE91F0
4#F1A1F2
5#F3B0F4
6#F6C0F6
7#F8D0F9
8#FAE0FB
9#FDEFFD
Tones
Muted variations
1#E169E3
2#DA6FDC
3#D476D5
4#CD7DCE
5#C784C8
6#C08BC1
7#B991BA
8#B398B3
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C5 #F6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF98 #EF98F1 | BordersInactive statesPlaceholder text |
| 400 | E762 #E762EA | Disabled statesSecondary iconsMuted text |
| 500 | E135 #E135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C31B #C31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B15 #9B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0F #6F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FAE0FB;
--orchid-200: #F6C5F7;
--orchid-300: #EF98F1;
--orchid-400: #E762EA;
--orchid-500: #E135E3;
--orchid-600: #C31BC5;
--orchid-700: #9B159D;
--orchid-800: #6F0F70;
--orchid-900: #470A48;
--orchid-950: #2C062D;
}