Orchid
#FB50DF
PinkColor Codes
All color formats for development
HEX
#FB50DFRGB
rgb(251, 80, 223)HSL
hsl(310, 96%, 65%)OKLCH
oklch(0.714 0.253 335.2)CMYK
cmyk(0%, 68%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30D9
2#FA0FD3
3#E305BE
4#C304A3
5#A20388
6#82036D
7#610252
8#410136
9#20011B
Tints
Lighter variations
1#FC62E2
2#FC73E5
3#FD85E9
4#FD96EC
5#FDA8EF
6#FEB9F2
7#FECBF5
8#FEDCF9
9#FFEEFC
Tones
Muted variations
1#F359D9
2#EA61D3
3#E26ACE
4#D972C8
5#D17BC2
6#C883BD
7#BF8CB7
8#B795B1
9#AE9DAB
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 #FEBEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEA | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50DF | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500243 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FC;
--orchid-100: #FEDCF9;
--orchid-200: #FEBEF3;
--orchid-300: #FD8CEA;
--orchid-400: #FB50DF;
--orchid-500: #FA1ED6;
--orchid-600: #DC04B8;
--orchid-700: #AF0492;
--orchid-800: #7D0369;
--orchid-900: #500243;
--orchid-950: #32012A;
}