Orchid
#DA54F8
PinkColor Codes
All color formats for development
HEX
#DA54F8RGB
rgb(218, 84, 248)HSL
hsl(289, 92%, 65%)OKLCH
oklch(0.686 0.251 319.8)CMYK
cmyk(12%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D334F7
2#CC14F5
3#B809DF
4#9D08BF
5#83079F
6#69057F
7#4F045F
8#340340
9#1A0120
Tints
Lighter variations
1#DD65F9
2#E176F9
3#E587FA
4#E998FB
5#ECA9FB
6#F0BAFC
7#F4CCFD
8#F8DDFE
9#FBEEFE
Tones
Muted variations
1#D55CF0
2#CF64E7
3#CA6CDF
4#C574D7
5#C07DCF
6#BB85C7
7#B58DBE
8#B095B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFA | BordersInactive statesPlaceholder text |
| 400 | DA54 #DA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | CF23 #CF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B209 #B209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D07 #8D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6505 #65057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F8DDFE;
--orchid-200: #F1BFFC;
--orchid-300: #E78EFA;
--orchid-400: #DA54F8;
--orchid-500: #CF23F6;
--orchid-600: #B209D7;
--orchid-700: #8D07AB;
--orchid-800: #65057A;
--orchid-900: #41034E;
--orchid-950: #280231;
}