Orchid
#FB50DC
PinkColor Codes
All color formats for development
HEX
#FB50DCRGB
rgb(251, 80, 220)HSL
hsl(311, 96%, 65%)OKLCH
oklch(0.713 0.251 336.1)CMYK
cmyk(0%, 68%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30D6
2#FA0FCF
3#E305BB
4#C304A0
5#A20385
6#82036B
7#610250
8#410135
9#20011B
Tints
Lighter variations
1#FC62E0
2#FC73E3
3#FD85E7
4#FD96EA
5#FDA8EE
6#FEB9F1
7#FECBF5
8#FEDCF8
9#FFEEFC
Tones
Muted variations
1#F359D7
2#EA61D1
3#E26ACC
4#D972C6
5#D17BC1
6#C883BB
7#BF8CB6
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 #FEDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE8 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50DC | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500242 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FC;
--orchid-100: #FEDCF8;
--orchid-200: #FEBEF2;
--orchid-300: #FD8CE8;
--orchid-400: #FB50DC;
--orchid-500: #FA1ED2;
--orchid-600: #DC04B4;
--orchid-700: #AF0490;
--orchid-800: #7D0367;
--orchid-900: #500242;
--orchid-950: #320129;
}