Orchid
#DD5AF2
PinkColor Codes
All color formats for development
HEX
#DD5AF2RGB
rgb(221, 90, 242)HSL
hsl(292, 85%, 65%)OKLCH
oklch(0.693 0.239 321.9)CMYK
cmyk(9%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D73BEF
2#D11DED
3#BC11D7
4#A10FB8
5#870C99
6#6C0A7B
7#51075C
8#36053D
9#1B021F
Tints
Lighter variations
1#E16AF3
2#E47BF4
3#E78BF6
4#EB9CF7
5#EEACF8
6#F2BDFA
7#F5CDFB
8#F8DEFC
9#FCEEFE
Tones
Muted variations
1#D861EA
2#D269E2
3#CD71DB
4#C778D3
5#C280CC
6#BC87C4
7#B68FBD
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 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E992 #E992F6 | BordersInactive statesPlaceholder text |
| 400 | DD5A #DD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D42B #D42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B611 #B611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910D #910DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4206 #42064B | 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: #F3C2FA;
--orchid-300: #E992F6;
--orchid-400: #DD5AF2;
--orchid-500: #D42BEE;
--orchid-600: #B611D0;
--orchid-700: #910DA5;
--orchid-800: #670A76;
--orchid-900: #42064B;
--orchid-950: #29042F;
}