Orchid
#DA57F4
PinkColor Codes
All color formats for development
HEX
#DA57F4RGB
rgb(218, 87, 244)HSL
hsl(290, 88%, 65%)OKLCH
oklch(0.687 0.244 320.6)CMYK
cmyk(11%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D338F2
2#CC19F0
3#B80EDA
4#9E0CBB
5#830A9C
6#69087D
7#4F065D
8#35043E
9#1A021F
Tints
Lighter variations
1#DE68F5
2#E179F6
3#E58AF8
4#E99AF9
5#EDABFA
6#F0BCFB
7#F4CDFC
8#F8DDFD
9#FBEEFE
Tones
Muted variations
1#D55FEC
2#D067E5
3#CA6FDD
4#C577D5
5#C07ECD
6#BB86C5
7#B58EBD
8#B096B5
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 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DDFD;
--orchid-200: #F1C1FB;
--orchid-300: #E791F8;
--orchid-400: #DA57F4;
--orchid-500: #D027F1;
--orchid-600: #B20DD3;
--orchid-700: #8E0BA8;
--orchid-800: #650878;
--orchid-900: #41054D;
--orchid-950: #280330;
}