Orchid
#DF57F4
PinkColor Codes
All color formats for development
HEX
#DF57F4RGB
rgb(223, 87, 244)HSL
hsl(292, 88%, 65%)OKLCH
oklch(0.694 0.246 322.1)CMYK
cmyk(9%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D938F2
2#D419F0
3#BF0EDA
4#A40CBB
5#880A9C
6#6D087D
7#52065D
8#37043E
9#1B021F
Tints
Lighter variations
1#E368F5
2#E679F6
3#E98AF8
4#EC9AF9
5#EFABFA
6#F2BCFB
7#F6CDFC
8#F9DDFD
9#FCEEFE
Tones
Muted variations
1#DA5FEC
2#D467E5
3#CE6FDD
4#C877D5
5#C37ECD
6#BD86C5
7#B78EBD
8#B196B5
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DDFD;
--orchid-200: #F3C1FB;
--orchid-300: #EA91F8;
--orchid-400: #DF57F4;
--orchid-500: #D627F1;
--orchid-600: #B90DD3;
--orchid-700: #930BA8;
--orchid-800: #690878;
--orchid-900: #43054D;
--orchid-950: #2A0330;
}