Orchid
#FB51E1
PinkColor Codes
All color formats for development
HEX
#FB51E1RGB
rgb(251, 81, 225)HSL
hsl(309, 96%, 65%)OKLCH
oklch(0.716 0.253 334.7)CMYK
cmyk(0%, 68%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30DC
2#FA0FD7
3#E305C2
4#C304A6
5#A2038B
6#82036F
7#610253
8#410137
9#20011C
Tints
Lighter variations
1#FC62E5
2#FC73E8
3#FD85EB
4#FD96ED
5#FDA8F0
6#FEB9F3
7#FECBF6
8#FEDCF9
9#FFEEFC
Tones
Muted variations
1#F359DC
2#EA61D6
3#E26AD0
4#D972CA
5#D17BC4
6#C883BE
7#BF8CB8
8#B795B2
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEC | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E2 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500244 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FC;
--orchid-100: #FEDCF9;
--orchid-200: #FEBEF4;
--orchid-300: #FD8CEC;
--orchid-400: #FB50E2;
--orchid-500: #FA1ED9;
--orchid-600: #DC04BC;
--orchid-700: #AF0495;
--orchid-800: #7D036B;
--orchid-900: #500244;
--orchid-950: #32012B;
}