Orchid
#CD30E8
PinkColor Codes
All color formats for development
HEX
#CD30E8RGB
rgb(205, 48, 232)HSL
hsl(291, 80%, 55%)OKLCH
oklch(0.629 0.27 321.1)CMYK
cmyk(12%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C519E3
2#AF16CA
3#9914B1
4#831197
5#6D0E7E
6#580B65
7#42084C
8#2C0632
9#160319
Tints
Lighter variations
1#D245EA
2#D75AED
3#DC6EEF
4#E183F1
5#E698F4
6#EBACF6
7#F0C1F8
8#F5D6FA
9#FAEAFD
Tones
Muted variations
1#C63ADF
2#C043D6
3#B94CCD
4#B355C3
5#AC5EBA
6#A668B1
7#A071A8
8#997A9F
9#938395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E595 #E595F3 | BordersInactive statesPlaceholder text |
| 400 | D85E #D85EED | Disabled statesSecondary iconsMuted text |
| 500 | CD30 #CD30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF16 #AF16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B12 #8B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #400849 | 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: #F7DFFB;
--orchid-200: #F0C3F8;
--orchid-300: #E595F3;
--orchid-400: #D85EED;
--orchid-500: #CD30E8;
--orchid-600: #AF16CA;
--orchid-700: #8B12A1;
--orchid-800: #630D73;
--orchid-900: #400849;
--orchid-950: #28052E;
}