Orchid
#DD53F9
PinkColor Codes
All color formats for development
HEX
#DD53F9RGB
rgb(221, 83, 249)HSL
hsl(290, 93%, 65%)OKLCH
oklch(0.69 0.254 320.4)CMYK
cmyk(11%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D733F8
2#D013F6
3#BC08E0
4#A107C0
5#8606A0
6#6B0580
7#510360
8#360240
9#1B0120
Tints
Lighter variations
1#E064F9
2#E475FA
3#E786FB
4#EB98FB
5#EEA9FC
6#F1BAFD
7#F5CBFD
8#F8DDFE
9#FCEEFE
Tones
Muted variations
1#D85BF0
2#D263E8
3#CC6CE0
4#C774D8
5#C17CCF
6#BC85C7
7#B68DBF
8#B195B6
9#AB9DAE
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 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98E #E98EFB | BordersInactive statesPlaceholder text |
| 400 | DD53 #DD53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D322 #D322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B608 #B608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9106 #9106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6704 #67047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F8DDFE;
--orchid-200: #F2BFFD;
--orchid-300: #E98EFB;
--orchid-400: #DD53F9;
--orchid-500: #D322F7;
--orchid-600: #B608D9;
--orchid-700: #9106AC;
--orchid-800: #67047B;
--orchid-900: #42034F;
--orchid-950: #290231;
}