Orchid
#D330E8
PinkColor Codes
All color formats for development
HEX
#D330E8RGB
rgb(211, 48, 232)HSL
hsl(293, 80%, 55%)OKLCH
oklch(0.638 0.272 322.7)CMYK
cmyk(9%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC19E3
2#B516CA
3#9E14B1
4#881197
5#710E7E
6#5B0B65
7#44084C
8#2D0632
9#170319
Tints
Lighter variations
1#D745EA
2#DC5AED
3#E06EEF
4#E483F1
5#E998F4
6#EDACF6
7#F2C1F8
8#F6D6FA
9#FBEAFD
Tones
Muted variations
1#CC3ADF
2#C543D6
3#BE4CCD
4#B655C3
5#AF5EBA
6#A868B1
7#A171A8
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 | F2C3 #F2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E895 #E895F3 | BordersInactive statesPlaceholder text |
| 400 | DC5E #DC5EED | Disabled statesSecondary iconsMuted text |
| 500 | D330 #D330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B516 #B516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9012 #9012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670D #670D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4208 #420849 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F2C3F8;
--orchid-300: #E895F3;
--orchid-400: #DC5EED;
--orchid-500: #D330E8;
--orchid-600: #B516CA;
--orchid-700: #9012A1;
--orchid-800: #670D73;
--orchid-900: #420849;
--orchid-950: #29052E;
}