Orchid
#F556DB
PinkColor Codes
All color formats for development
HEX
#F556DBRGB
rgb(245, 86, 219)HSL
hsl(310, 89%, 65%)OKLCH
oklch(0.709 0.239 334.9)CMYK
cmyk(0%, 65%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F337D4
2#F218CD
3#DB0DB9
4#BC0B9E
5#9D0984
6#7D076A
7#5E054F
8#3F0435
9#1F021A
Tints
Lighter variations
1#F667DE
2#F778E2
3#F889E6
4#F99AE9
5#FAABED
6#FBBCF0
7#FCCCF4
8#FDDDF8
9#FEEEFB
Tones
Muted variations
1#ED5ED5
2#E566D0
3#DD6ECB
4#D576C6
5#CD7EC0
6#C686BB
7#BE8EB6
8#B696B0
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E7 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556DB | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0441 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDDF8;
--orchid-200: #FBC0F2;
--orchid-300: #F990E7;
--orchid-400: #F556DB;
--orchid-500: #F226D0;
--orchid-600: #D40CB3;
--orchid-700: #A90A8E;
--orchid-800: #780766;
--orchid-900: #4D0441;
--orchid-950: #300329;
}