Orchid
#D034E5
PinkColor Codes
All color formats for development
HEX
#D034E5RGB
rgb(208, 52, 229)HSL
hsl(293, 77%, 55%)OKLCH
oklch(0.634 0.265 322.6)CMYK
cmyk(9%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C91DDF
2#B21AC7
3#9C17AE
4#861395
5#70107C
6#590D63
7#430A4A
8#2D0632
9#160319
Tints
Lighter variations
1#D548E7
2#D95DEA
3#DE71ED
4#E385EF
5#E799F2
6#ECAEF4
7#F1C2F7
8#F6D6FA
9#FAEBFC
Tones
Muted variations
1#C93DDC
2#C246D3
3#BC4ECA
4#B557C1
5#AE60B8
6#A769B0
7#A172A7
8#9A7B9E
9#938395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DA61 #DA61EA | Disabled statesSecondary iconsMuted text |
| 500 | D034 #D034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B21A #B21AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E15 #8E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650F #650F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410948 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F1C4F7;
--orchid-300: #E797F2;
--orchid-400: #DA61EA;
--orchid-500: #D034E5;
--orchid-600: #B21AC7;
--orchid-700: #8E159E;
--orchid-800: #650F71;
--orchid-900: #410948;
--orchid-950: #29062D;
}