Orchid
#D946EF
PinkColor Codes
All color formats for development
HEX
#D946EFRGB
rgb(217, 70, 239)HSL
hsl(292, 84%, 61%)OKLCH
oklch(0.667 0.259 322.1)CMYK
cmyk(9%, 71%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D32BED
2#C914E5
3#B011C8
4#970FAC
5#7E0C8F
6#650A72
7#4B0756
8#320539
9#19021D
Tints
Lighter variations
1#DD5AF1
2#E06DF2
3#E47FF4
4#E891F5
5#ECA4F7
6#F0B6F9
7#F4C8FA
8#F7DAFC
9#FBEDFD
Tones
Muted variations
1#D350E7
2#CD59DE
3#C661D6
4#C069CE
5#BA72C5
6#B47ABD
7#AE82B5
8#A88BAC
9#A293A4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E893 #E893F6 | BordersInactive statesPlaceholder text |
| 400 | DD5B #DD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D32C #D32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B512 #B512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900E #900EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DEFC;
--orchid-200: #F2C2FA;
--orchid-300: #E893F6;
--orchid-400: #DD5BF1;
--orchid-500: #D32CED;
--orchid-600: #B512CE;
--orchid-700: #900EA4;
--orchid-800: #670A75;
--orchid-900: #42074B;
--orchid-950: #29042F;
}