Orchid
#DF5CF0
PinkColor Codes
All color formats for development
HEX
#DF5CF0RGB
rgb(223, 92, 240)HSL
hsl(293, 83%, 65%)OKLCH
oklch(0.697 0.236 322.9)CMYK
cmyk(7%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D93DED
2#D21FEA
3#BE14D4
4#A311B6
5#880E98
6#6C0B79
7#51085B
8#36063D
9#1B031E
Tints
Lighter variations
1#E26CF1
2#E57CF3
3#E88DF4
4#EC9DF6
5#EFADF7
6#F2BEF9
7#F5CEFA
8#F9DEFC
9#FCEFFD
Tones
Muted variations
1#D963E8
2#D36AE1
3#CE72DA
4#C879D2
5#C281CB
6#BC88C3
7#B790BC
8#B197B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA94 #EA94F5 | BordersInactive statesPlaceholder text |
| 400 | DF5C #DF5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D52D #D52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B813 #B813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 920F #920FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680B #680B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DEFC;
--orchid-200: #F3C2F9;
--orchid-300: #EA94F5;
--orchid-400: #DF5CF0;
--orchid-500: #D52DEB;
--orchid-600: #B813CD;
--orchid-700: #920FA3;
--orchid-800: #680B75;
--orchid-900: #43074B;
--orchid-950: #2A042F;
}