Orchid
#D630E8
PinkColor Codes
All color formats for development
HEX
#D630E8RGB
rgb(214, 48, 232)HSL
hsl(294, 80%, 55%)OKLCH
oklch(0.642 0.273 323.5)CMYK
cmyk(8%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF19E3
2#B816CA
3#A114B1
4#8A1197
5#730E7E
6#5C0B65
7#45084C
8#2E0632
9#170319
Tints
Lighter variations
1#DA45EA
2#DE5AED
3#E26EEF
4#E683F1
5#EA98F4
6#EEACF6
7#F3C1F8
8#F7D6FA
9#FBEAFD
Tones
Muted variations
1#CE3ADF
2#C743D6
3#C04CCD
4#B855C3
5#B15EBA
6#AA68B1
7#A271A8
8#9B7A9F
9#948395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C3 #F3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA95 #EA95F3 | BordersInactive statesPlaceholder text |
| 400 | DF5E #DF5EED | Disabled statesSecondary iconsMuted text |
| 500 | D630 #D630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B816 #B816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9212 #9212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690D #690D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4308 #430849 | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F3C3F8;
--orchid-300: #EA95F3;
--orchid-400: #DF5EED;
--orchid-500: #D630E8;
--orchid-600: #B816CA;
--orchid-700: #9212A1;
--orchid-800: #690D73;
--orchid-900: #430849;
--orchid-950: #2A052E;
}