Orchid
#DF3AD1
PinkColor Codes
All color formats for development
HEX
#DF3AD1RGB
rgb(223, 58, 209)HSL
hsl(305, 72%, 55%)OKLCH
oklch(0.649 0.252 331.9)CMYK
cmyk(0%, 74%, 6%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D923CA
2#C11FB4
3#A91B9D
4#911887
5#791470
6#60105A
7#480C43
8#30082D
9#180416
Tints
Lighter variations
1#E24DD6
2#E561DA
3#E975DF
4#EC89E3
5#EF9CE8
6#F2B0ED
7#F5C4F1
8#F9D8F6
9#FCEBFA
Tones
Muted variations
1#D742CA
2#CE4AC3
3#C652BC
4#BE5BB6
5#B663AF
6#AD6BA8
7#A573A1
8#9D7C9A
9#958493
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;
}