Orchid
#E765CD
PinkColor Codes
All color formats for development
HEX
#E765CDRGB
rgb(231, 101, 205)HSL
hsl(312, 73%, 65%)OKLCH
oklch(0.7 0.2 335.9)CMYK
cmyk(0%, 56%, 11%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248C4
2#DE2BBA
3#C91FA7
4#AC1B8F
5#8F1677
6#73125F
7#560D48
8#390930
9#1D0418
Tints
Lighter variations
1#E974D2
2#EC83D7
3#EE93DC
4#F1A2E1
5#F3B2E6
6#F5C1EB
7#F8D1F0
8#FAE0F5
9#FDF0FA
Tones
Muted variations
1#E06BC9
2#DA72C5
3#D378C1
4#CD7FBD
5#C685B9
6#C08CB5
7#B992B1
8#B399AE
9#AC9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADE | BordersInactive statesPlaceholder text |
| 400 | E765 #E765CD | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038BF | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E115C | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B3B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FAE0F5;
--orchid-200: #F6C6EC;
--orchid-300: #EF9ADE;
--orchid-400: #E765CD;
--orchid-500: #E038BF;
--orchid-600: #C21EA1;
--orchid-700: #9A1880;
--orchid-800: #6E115C;
--orchid-900: #470B3B;
--orchid-950: #2C0725;
}