Orchid
#FB50E5
PinkColor Codes
All color formats for development
HEX
#FB50E5RGB
rgb(251, 80, 229)HSL
hsl(308, 96%, 65%)OKLCH
oklch(0.717 0.257 333.6)CMYK
cmyk(0%, 68%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30E0
2#FA0FDB
3#E305C6
4#C304A9
5#A2038D
6#820371
7#610255
8#410138
9#20011C
Tints
Lighter variations
1#FC62E7
2#FC73EA
3#FD85ED
4#FD96EF
5#FDA8F2
6#FEB9F4
7#FECBF7
8#FEDCFA
9#FFEEFC
Tones
Muted variations
1#F359DE
2#EA61D8
3#E26AD2
4#D972CB
5#D17BC5
6#C883BF
7#BF8CB9
8#B795B2
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEE | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E5 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EDD | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500246 | 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: #FFF0FD;
--orchid-100: #FEDCFA;
--orchid-200: #FEBEF5;
--orchid-300: #FD8CEE;
--orchid-400: #FB50E5;
--orchid-500: #FA1EDD;
--orchid-600: #DC04BF;
--orchid-700: #AF0498;
--orchid-800: #7D036D;
--orchid-900: #500246;
--orchid-950: #32012B;
}