Orchid
#D934E5
PinkColor Codes
All color formats for development
HEX
#D934E5RGB
rgb(217, 52, 229)HSL
hsl(296, 77%, 55%)OKLCH
oklch(0.647 0.269 325)CMYK
cmyk(5%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D21DDF
2#BB1AC7
3#A417AE
4#8C1395
5#75107C
6#5E0D63
7#460A4A
8#2F0632
9#170319
Tints
Lighter variations
1#DD48E7
2#E05DEA
3#E471ED
4#E885EF
5#EC99F2
6#F0AEF4
7#F4C2F7
8#F7D6FA
9#FBEBFC
Tones
Muted variations
1#D13DDC
2#CA46D3
3#C24ECA
4#BA57C1
5#B360B8
6#AB69B0
7#A372A7
8#9C7B9E
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 | F4C4 #F4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB97 #EB97F2 | BordersInactive statesPlaceholder text |
| 400 | E161 #E161EA | Disabled statesSecondary iconsMuted text |
| 500 | D934 #D934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB1A #BB1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9515 #95159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440948 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F4C4F7;
--orchid-300: #EB97F2;
--orchid-400: #E161EA;
--orchid-500: #D934E5;
--orchid-600: #BB1AC7;
--orchid-700: #95159E;
--orchid-800: #6A0F71;
--orchid-900: #440948;
--orchid-950: #2B062D;
}