Orchid
#DD57F4
PinkColor Codes
All color formats for development
HEX
#DD57F4RGB
rgb(221, 87, 244)HSL
hsl(291, 88%, 65%)OKLCH
oklch(0.691 0.245 321.5)CMYK
cmyk(9%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D638F2
2#D019F0
3#BB0EDA
4#A10CBB
5#860A9C
6#6B087D
7#50065D
8#36043E
9#1B021F
Tints
Lighter variations
1#E068F5
2#E479F6
3#E78AF8
4#EA9AF9
5#EEABFA
6#F1BCFB
7#F5CDFC
8#F8DDFD
9#FCEEFE
Tones
Muted variations
1#D75FEC
2#D267E5
3#CC6FDD
4#C777D5
5#C17ECD
6#BC86C5
7#B68EBD
8#B196B5
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F8 | BordersInactive statesPlaceholder text |
| 400 | DD57 #DD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D327 #D327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50D #B50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900B #900BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DDFD;
--orchid-200: #F2C1FB;
--orchid-300: #E891F8;
--orchid-400: #DD57F4;
--orchid-500: #D327F1;
--orchid-600: #B50DD3;
--orchid-700: #900BA8;
--orchid-800: #670878;
--orchid-900: #42054D;
--orchid-950: #290330;
}