Orchid
#DF34E5
PinkColor Codes
All color formats for development
HEX
#DF34E5RGB
rgb(223, 52, 229)HSL
hsl(298, 77%, 55%)OKLCH
oklch(0.656 0.271 326.6)CMYK
cmyk(3%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D91DDF
2#C11AC7
3#A917AE
4#911395
5#79107C
6#600D63
7#480A4A
8#300632
9#180319
Tints
Lighter variations
1#E248E7
2#E55DEA
3#E871ED
4#EC85EF
5#EF99F2
6#F2AEF4
7#F5C2F7
8#F9D6FA
9#FCEBFC
Tones
Muted variations
1#D63DDC
2#CE46D3
3#C64ECA
4#BE57C1
5#B560B8
6#AD69B0
7#A572A7
8#9D7B9E
9#948395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE97 #EE97F2 | BordersInactive statesPlaceholder text |
| 400 | E661 #E661EA | Disabled statesSecondary iconsMuted text |
| 500 | DF34 #DF34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11A #C11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0F #6E0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4609 #460948 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FADFFB;
--orchid-200: #F6C4F7;
--orchid-300: #EE97F2;
--orchid-400: #E661EA;
--orchid-500: #DF34E5;
--orchid-600: #C11AC7;
--orchid-700: #99159E;
--orchid-800: #6E0F71;
--orchid-900: #460948;
--orchid-950: #2C062D;
}