Orchid
#E665DB
PinkColor Codes
All color formats for development
HEX
#E665DBRGB
rgb(230, 101, 219)HSL
hsl(305, 72%, 65%)OKLCH
oklch(0.706 0.21 330.9)CMYK
cmyk(0%, 56%, 5%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E149D5
2#DD2CCE
3#C820BA
4#AB1C9F
5#8F1785
6#72136A
7#560E50
8#390935
9#1D051B
Tints
Lighter variations
1#E975DF
2#EB84E2
3#EE94E6
4#F0A3EA
5#F3B2ED
6#F5C2F1
7#F8D1F4
8#FAE0F8
9#FDF0FB
Tones
Muted variations
1#E06CD6
2#D972D1
3#D379CB
4#CC7FC6
5#C686C1
6#BF8CBB
7#B992B6
8#B399B0
9#AC9FAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AE8 | BordersInactive statesPlaceholder text |
| 400 | E665 #E665DB | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3AD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A198F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1266 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B41 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FAE0F8;
--orchid-200: #F6C6F2;
--orchid-300: #EF9AE8;
--orchid-400: #E665DB;
--orchid-500: #DF3AD1;
--orchid-600: #C11FB4;
--orchid-700: #9A198F;
--orchid-800: #6E1266;
--orchid-900: #460B41;
--orchid-950: #2C0729;
}