Orchid
#D733E6
PinkColor Codes
All color formats for development
HEX
#D733E6RGB
rgb(215, 51, 230)HSL
hsl(295, 78%, 55%)OKLCH
oklch(0.644 0.27 324.3)CMYK
cmyk(7%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D01CE1
2#B919C8
3#A216AF
4#8B1396
5#740F7D
6#5D0C64
7#45094B
8#2E0632
9#170319
Tints
Lighter variations
1#DB47E8
2#DF5CEB
3#E370ED
4#E784F0
5#EB99F2
6#EFADF5
7#F3C2F7
8#F7D6FA
9#FBEBFC
Tones
Muted variations
1#CF3CDD
2#C845D4
3#C04ECB
4#B957C2
5#B25FB9
6#AA68B0
7#A371A7
8#9B7A9E
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 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA97 #EA97F2 | BordersInactive statesPlaceholder text |
| 400 | E060 #E060EB | Disabled statesSecondary iconsMuted text |
| 500 | D733 #D733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B919 #B919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9314 #93149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690E #690E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4309 #430949 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F3C4F8;
--orchid-300: #EA97F2;
--orchid-400: #E060EB;
--orchid-500: #D733E6;
--orchid-600: #B919C8;
--orchid-700: #93149F;
--orchid-800: #690E71;
--orchid-900: #430949;
--orchid-950: #2A062D;
}