Orchid
#F556D8
PinkColor Codes
All color formats for development
HEX
#F556D8RGB
rgb(245, 86, 216)HSL
hsl(311, 89%, 65%)OKLCH
oklch(0.708 0.237 335.8)CMYK
cmyk(0%, 65%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F337D1
2#F218CA
3#DB0DB5
4#BC0B9C
5#9D0982
6#7D0768
7#5E054E
8#3F0434
9#1F021A
Tints
Lighter variations
1#F667DC
2#F778E0
3#F889E4
4#F99AE8
5#FAABEC
6#FBBCEF
7#FCCCF3
8#FDDDF7
9#FEEEFB
Tones
Muted variations
1#ED5ED3
2#E566CE
3#DD6EC9
4#D576C4
5#CD7EBF
6#C686BA
7#BE8EB5
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 #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E5 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556D8 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226CD | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780764 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0440 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDDF7;
--orchid-200: #FBC0F1;
--orchid-300: #F990E5;
--orchid-400: #F556D8;
--orchid-500: #F226CD;
--orchid-600: #D40CAF;
--orchid-700: #A90A8C;
--orchid-800: #780764;
--orchid-900: #4D0440;
--orchid-950: #300328;
}