Orchid
#E765CF
PinkColor Codes
All color formats for development
HEX
#E765CFRGB
rgb(231, 101, 207)HSL
hsl(311, 73%, 65%)OKLCH
oklch(0.701 0.201 335.2)CMYK
cmyk(0%, 56%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248C6
2#DE2BBD
3#C91FAA
4#AC1B91
5#8F1679
6#731261
7#560D49
8#390930
9#1D0418
Tints
Lighter variations
1#E974D4
2#EC83D9
3#EE93DD
4#F1A2E2
5#F3B2E7
6#F5C1EC
7#F8D1F1
8#FAE0F5
9#FDF0FA
Tones
Muted variations
1#E06BCB
2#DA72C7
3#D378C3
4#CD7FBF
5#C685BA
6#C08CB6
7#B992B2
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 #F6C6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765CF | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E115D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B3C | 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: #F6C6ED;
--orchid-300: #EF9ADF;
--orchid-400: #E765CF;
--orchid-500: #E038C1;
--orchid-600: #C21EA4;
--orchid-700: #9A1883;
--orchid-800: #6E115D;
--orchid-900: #470B3C;
--orchid-950: #2C0725;
}