Orchid
#DF55F7
PinkColor Codes
All color formats for development
HEX
#DF55F7RGB
rgb(223, 85, 247)HSL
hsl(291, 91%, 65%)OKLCH
oklch(0.693 0.251 321.4)CMYK
cmyk(10%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D935F5
2#D315F4
3#BE0ADE
4#A309BE
5#88079E
6#6D067F
7#51045F
8#36033F
9#1B0120
Tints
Lighter variations
1#E266F8
2#E577F9
3#E888F9
4#EC99FA
5#EFAAFB
6#F2BBFC
7#F5CCFD
8#F9DDFD
9#FCEEFE
Tones
Muted variations
1#D95DEF
2#D365E7
3#CE6DDF
4#C875D6
5#C27DCE
6#BC85C6
7#B78DBE
8#B196B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8F #EA8FFA | BordersInactive statesPlaceholder text |
| 400 | DF55 #DF55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D524 #D524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B80A #B80AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9208 #9208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #68067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F9DDFD;
--orchid-200: #F3C0FC;
--orchid-300: #EA8FFA;
--orchid-400: #DF55F7;
--orchid-500: #D524F5;
--orchid-600: #B80AD6;
--orchid-700: #9208AA;
--orchid-800: #68067A;
--orchid-900: #43044E;
--orchid-950: #2A0231;
}