Orchid
#D030E8
PinkColor Codes
All color formats for development
HEX
#D030E8RGB
rgb(208, 48, 232)HSL
hsl(292, 80%, 55%)OKLCH
oklch(0.634 0.271 321.9)CMYK
cmyk(10%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C819E3
2#B216CA
3#9C14B1
4#861197
5#6F0E7E
6#590B65
7#43084C
8#2D0632
9#160319
Tints
Lighter variations
1#D445EA
2#D95AED
3#DE6EEF
4#E383F1
5#E798F4
6#ECACF6
7#F1C1F8
8#F6D6FA
9#FAEAFD
Tones
Muted variations
1#C93ADF
2#C243D6
3#BB4CCD
4#B555C3
5#AE5EBA
6#A768B1
7#A071A8
8#9A7A9F
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 | F1C3 #F1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E795 #E795F3 | BordersInactive statesPlaceholder text |
| 400 | DA5E #DA5EED | Disabled statesSecondary iconsMuted text |
| 500 | D030 #D030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B216 #B216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E12 #8E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650D #650D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4108 #410849 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F1C3F8;
--orchid-300: #E795F3;
--orchid-400: #DA5EED;
--orchid-500: #D030E8;
--orchid-600: #B216CA;
--orchid-700: #8E12A1;
--orchid-800: #650D73;
--orchid-900: #410849;
--orchid-950: #28052E;
}