Orchid
#DF54F8
PinkColor Codes
All color formats for development
HEX
#DF54F8RGB
rgb(223, 84, 248)HSL
hsl(291, 92%, 65%)OKLCH
oklch(0.693 0.253 321.2)CMYK
cmyk(10%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D934F7
2#D314F5
3#BF09DF
4#A308BF
5#88079F
6#6D057F
7#52045F
8#360340
9#1B0120
Tints
Lighter variations
1#E265F9
2#E676F9
3#E987FA
4#EC98FB
5#EFA9FB
6#F2BAFC
7#F5CCFD
8#F9DDFE
9#FCEEFE
Tones
Muted variations
1#D95CF0
2#D464E7
3#CE6CDF
4#C874D7
5#C27DCF
6#BD85C7
7#B78DBE
8#B195B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8E #EA8EFA | BordersInactive statesPlaceholder text |
| 400 | DF54 #DF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D623 #D623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B809 #B809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9307 #9307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6905 #69057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034E | 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: #F9DDFE;
--orchid-200: #F3BFFC;
--orchid-300: #EA8EFA;
--orchid-400: #DF54F8;
--orchid-500: #D623F6;
--orchid-600: #B809D7;
--orchid-700: #9307AB;
--orchid-800: #69057A;
--orchid-900: #43034E;
--orchid-950: #2A0231;
}